More fixing...

This commit is contained in:
Alan Saul 2013-01-31 11:43:33 +00:00
parent 23aa9be73c
commit fe1c5431df
2 changed files with 3 additions and 4 deletions

View file

@ -29,8 +29,7 @@ try:
except ImportError:
from mock import MagicMock
MOCK_MODULES = ['numpy', 'quantities', 'scipy', 'scipy.spatial',
'scipy.spatial.distance']
MOCK_MODULES = ['numpy', 'pylab', 'scipy']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = MagicMock()
@ -50,7 +49,7 @@ except ImportError:
#sys.modules['guiqwt.tools'].CommandTool = CommandTool
#sys.modules['guiqwt.tools'].InteractiveTool = InteractiveTool
import Gpy
import GPy
# If your extensions are in another directory, add it here. If the directory