diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-09-07 06:36:54 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-09-07 06:36:54 +0000 |
commit | 2b6af2c5e95497ba9f7ea23eb9aef9f3bfc22aa2 (patch) | |
tree | 2217d8ce5bae1b2f044528c8932e5176aeb8ee93 /numpy/numarray/alter_code1.py | |
parent | c4b98bdd9b0046494c1f972912137b4a7e5c6874 (diff) | |
download | numpy-2b6af2c5e95497ba9f7ea23eb9aef9f3bfc22aa2.tar.gz |
Add c_intp to ctypeslib. Add converttree to alter_code functions. Fix ctypeslib when ctypes is not available.
Diffstat (limited to 'numpy/numarray/alter_code1.py')
-rw-r--r-- | numpy/numarray/alter_code1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/numarray/alter_code1.py b/numpy/numarray/alter_code1.py index 897b019db..990b594ef 100644 --- a/numpy/numarray/alter_code1.py +++ b/numpy/numarray/alter_code1.py @@ -52,7 +52,7 @@ Makes the following changes: - .setimaginary() --> .imag """ -__all__ = ['convertfile', 'convertall'] +__all__ = ['convertfile', 'convertall', 'converttree'] import sys import os |