diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-04 23:34:09 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-04 23:34:09 +0000 |
commit | c5b355719e9ee893362d8c6fa8f12fc32f3dc2b4 (patch) | |
tree | 1eefca20c903e3f8ee0fc70d8a39ca1ce7bbb3fc /numpy/f2py/f2py2e.py | |
parent | be4d973ac0fa792c7e072408c2e2a895853ccdbf (diff) | |
download | numpy-c5b355719e9ee893362d8c6fa8f12fc32f3dc2b4.tar.gz |
Fixed name issue.
Diffstat (limited to 'numpy/f2py/f2py2e.py')
-rwxr-xr-x | numpy/f2py/f2py2e.py | 2 |
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: |