summaryrefslogtreecommitdiff
path: root/numpy/f2py/f2py2e.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-04 23:34:09 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-04 23:34:09 +0000
commitc5b355719e9ee893362d8c6fa8f12fc32f3dc2b4 (patch)
tree1eefca20c903e3f8ee0fc70d8a39ca1ce7bbb3fc /numpy/f2py/f2py2e.py
parentbe4d973ac0fa792c7e072408c2e2a895853ccdbf (diff)
downloadnumpy-c5b355719e9ee893362d8c6fa8f12fc32f3dc2b4.tar.gz
Fixed name issue.
Diffstat (limited to 'numpy/f2py/f2py2e.py')
-rwxr-xr-xnumpy/f2py/f2py2e.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/f2py2e.py b/numpy/f2py/f2py2e.py
index 5126aa82b..126f80646 100755
--- a/numpy/f2py/f2py2e.py
+++ b/numpy/f2py/f2py2e.py
@@ -38,7 +38,7 @@ outmess = auxfuncs.outmess
try:
from numpy import __version__ as numpy_version
except ImportError:
- numpy_distutils_version = 'N/A'
+ numpy_version = 'N/A'
__usage__ = """\
Usage: