summaryrefslogtreecommitdiff
path: root/numpy/f2py/crackfortran.py
diff options
context:
space:
mode:
authorAlan McIntyre <alan.mcintyre@local>2008-09-18 03:45:53 +0000
committerAlan McIntyre <alan.mcintyre@local>2008-09-18 03:45:53 +0000
commit95104b851ace0df9853451b0c3d146a0ce186ced (patch)
tree97a56d9bb1ed66ad9290e10fd62bf54855f9835c /numpy/f2py/crackfortran.py
parent3c6341f1c5f932018875fa461ae51310cb419e14 (diff)
downloadnumpy-95104b851ace0df9853451b0c3d146a0ce186ced.tar.gz
Removed unused/redundant imports.
PEP8 conformance (only one import per line).
Diffstat (limited to 'numpy/f2py/crackfortran.py')
-rwxr-xr-xnumpy/f2py/crackfortran.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/f2py/crackfortran.py b/numpy/f2py/crackfortran.py
index e8bd696bc..8e5f2882f 100755
--- a/numpy/f2py/crackfortran.py
+++ b/numpy/f2py/crackfortran.py
@@ -15,7 +15,6 @@ Pearu Peterson
__version__ = "$Revision: 1.177 $"[10:-1]
import __version__
-import string
f2py_version = __version__.version
"""