summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/alter_code1.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-08-10 21:07:31 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-08-10 21:07:31 +0000
commit056a264e3445674172d5dc44a89d28a1c1891312 (patch)
tree44faeaf44883128fe4e7e496f9cc761256135d1f /numpy/oldnumeric/alter_code1.py
parent7451ebe97776507e769f2bf8f5f448aaa4c43305 (diff)
downloadnumpy-056a264e3445674172d5dc44a89d28a1c1891312.tar.gz
Finished up numpy.numarray.alter_code1
Diffstat (limited to 'numpy/oldnumeric/alter_code1.py')
-rw-r--r--numpy/oldnumeric/alter_code1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/oldnumeric/alter_code1.py b/numpy/oldnumeric/alter_code1.py
index ab4ebc04e..35c407e8b 100644
--- a/numpy/oldnumeric/alter_code1.py
+++ b/numpy/oldnumeric/alter_code1.py
@@ -28,7 +28,7 @@ Makes the following changes:
* Converts uses of type(...) is <type>
isinstance(..., <type>)
"""
-__all__ = ['fromfile', 'fromstr']
+__all__ = ['fromfile', 'fromstr', 'convertfile', 'convertall']
import sys
import os