summaryrefslogtreecommitdiff
path: root/numpy/f2py/diagnose.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/diagnose.py')
-rw-r--r--numpy/f2py/diagnose.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/diagnose.py b/numpy/f2py/diagnose.py
index e4afffdd4..c270c597c 100644
--- a/numpy/f2py/diagnose.py
+++ b/numpy/f2py/diagnose.py
@@ -35,7 +35,7 @@ def run():
print 'Failed to import numarray:',sys.exc_value
has_numarray = 0
try:
- import numpy.base
+ import numpy
has_newnumpy = 1
except ImportError:
print 'Failed to import new numpy:', sys.exc_value