diff options
| -rw-r--r-- | numpy/f2py/info.py | 6 | ||||
| -rw-r--r-- | numpy/tests/test_public_api.py | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/numpy/f2py/info.py b/numpy/f2py/info.py deleted file mode 100644 index c895c5de2..000000000 --- a/numpy/f2py/info.py +++ /dev/null @@ -1,6 +0,0 @@ -"""Fortran to Python Interface Generator. - -""" -from __future__ import division, absolute_import, print_function - -postpone_import = True diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index 631eec551..e3621c0fd 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -270,7 +270,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "f2py.f2py_testing", "f2py.f90mod_rules", "f2py.func2subr", - "f2py.info", "f2py.rules", "f2py.use_rules", "fft.helper", |
