summaryrefslogtreecommitdiff
path: root/numpy/numarray/alter_code2.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-08-14 23:15:21 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-08-14 23:15:21 +0000
commitf77587b2cd9091a99a31bb0d5f99c57cc077aa8e (patch)
tree8894af7b880beece61903e47dd84c7205e3ee8d3 /numpy/numarray/alter_code2.py
parent06acb9555bf64997423b124620fb469cab24cb2b (diff)
downloadnumpy-f77587b2cd9091a99a31bb0d5f99c57cc077aa8e.tar.gz
Fix Python 2.5 compatibility to work with new b3 release
Diffstat (limited to 'numpy/numarray/alter_code2.py')
-rw-r--r--numpy/numarray/alter_code2.py2
1 files changed, 1 insertions, 1 deletions
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