summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2019-09-22 05:45:14 +0200
committerRalf Gommers <ralf.gommers@gmail.com>2019-09-22 06:04:36 +0200
commit7960edee9ccf1a6e8b48d269a13e54f658e560b8 (patch)
tree0a933a42f7b5cbda7c96d913570721ec66a05cf8
parent192060f2cf4dc214a9712eb86a546af3f0c6741f (diff)
downloadnumpy-7960edee9ccf1a6e8b48d269a13e54f658e560b8.tar.gz
MAINT: remove unused numpy/f2py/info.py file
-rw-r--r--numpy/f2py/info.py6
-rw-r--r--numpy/tests/test_public_api.py1
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",