diff options
Diffstat (limited to 'numpy/numarray')
-rw-r--r-- | numpy/numarray/alter_code1.py | 2 | ||||
-rw-r--r-- | numpy/numarray/alter_code2.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/numpy/numarray/alter_code1.py b/numpy/numarray/alter_code1.py index f30c3dd37..897b019db 100644 --- a/numpy/numarray/alter_code1.py +++ b/numpy/numarray/alter_code1.py @@ -52,7 +52,7 @@ Makes the following changes: - .setimaginary() --> .imag """ -__all__ = ['fromfile', 'fromstr', 'convertfile', 'convertall'] +__all__ = ['convertfile', 'convertall'] import sys import os diff --git a/numpy/numarray/alter_code2.py b/numpy/numarray/alter_code2.py index a80cc16ff..46be8043b 100644 --- a/numpy/numarray/alter_code2.py +++ b/numpy/numarray/alter_code2.py @@ -3,7 +3,7 @@ This module converts code written for numpy.numarray to work with numpy """ -#__all__ = ['fromfile', 'fromstr', 'convertfile', 'convertall'] +#__all__ = ['convertfile', 'convertall'] __all__ = [] import warnings |