summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/fix_default_axis.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-09-07 06:36:54 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-09-07 06:36:54 +0000
commit2b6af2c5e95497ba9f7ea23eb9aef9f3bfc22aa2 (patch)
tree2217d8ce5bae1b2f044528c8932e5176aeb8ee93 /numpy/oldnumeric/fix_default_axis.py
parentc4b98bdd9b0046494c1f972912137b4a7e5c6874 (diff)
downloadnumpy-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/oldnumeric/fix_default_axis.py')
-rw-r--r--numpy/oldnumeric/fix_default_axis.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/oldnumeric/fix_default_axis.py b/numpy/oldnumeric/fix_default_axis.py
index d9e1c9473..15054b50c 100644
--- a/numpy/oldnumeric/fix_default_axis.py
+++ b/numpy/oldnumeric/fix_default_axis.py
@@ -33,8 +33,7 @@ prod
std
mean
"""
-__all__ = ['convertfile', 'convertall', 'converttree',
- 'convertfile2','convertall2', 'converttree2']
+__all__ = ['convertfile', 'convertall', 'converttree']
import sys
import os