diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-09-22 05:22:26 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-09-22 05:23:12 +0200 |
commit | 6a12632297f9e15ee6bf03382878d0df1bb3973e (patch) | |
tree | 7a02a032bc912abaa985478b015a713ccafb0271 /numpy/tests/test_public_api.py | |
parent | 851a11d092a2b8fac206bf903f237feb399df24f (diff) | |
download | numpy-6a12632297f9e15ee6bf03382878d0df1bb3973e.tar.gz |
DOC: add a numpy.distutils module docstring, remove info.py file
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index a6fc922bd..6d018e78a 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -250,7 +250,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "distutils.fcompiler.sun", "distutils.fcompiler.vast", "distutils.from_template", - "distutils.info", "distutils.intelccompiler", "distutils.lib2def", "distutils.line_endings", |