diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-05 01:06:10 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-05 01:06:10 +0000 |
commit | f115fdf57332da17fd43202a1512b02902a77048 (patch) | |
tree | 0fa00da1f6964ceda06bc11daa4bae9d44fd9246 /numpy/f2py/diagnose.py | |
parent | fc95346cc7568d2464cb4daa955b947d5b42a457 (diff) | |
download | numpy-f115fdf57332da17fd43202a1512b02902a77048.tar.gz |
numpy.base -> numpy
Diffstat (limited to 'numpy/f2py/diagnose.py')
-rw-r--r-- | numpy/f2py/diagnose.py | 2 |
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 |