diff options
| author | Travis Oliphant <oliphant@enthought.com> | 2006-08-10 21:07:31 +0000 |
|---|---|---|
| committer | Travis Oliphant <oliphant@enthought.com> | 2006-08-10 21:07:31 +0000 |
| commit | 056a264e3445674172d5dc44a89d28a1c1891312 (patch) | |
| tree | 44faeaf44883128fe4e7e496f9cc761256135d1f /numpy/numarray/alter_code2.py | |
| parent | 7451ebe97776507e769f2bf8f5f448aaa4c43305 (diff) | |
| download | numpy-056a264e3445674172d5dc44a89d28a1c1891312.tar.gz | |
Finished up numpy.numarray.alter_code1
Diffstat (limited to 'numpy/numarray/alter_code2.py')
| -rw-r--r-- | numpy/numarray/alter_code2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/numarray/alter_code2.py b/numpy/numarray/alter_code2.py index 8e30ffb65..a80cc16ff 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'] +#__all__ = ['fromfile', 'fromstr', 'convertfile', 'convertall'] __all__ = [] import warnings |
