From 2b6af2c5e95497ba9f7ea23eb9aef9f3bfc22aa2 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Thu, 7 Sep 2006 06:36:54 +0000 Subject: Add c_intp to ctypeslib. Add converttree to alter_code functions. Fix ctypeslib when ctypes is not available. --- numpy/numarray/alter_code1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/numarray/alter_code1.py') 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 -- cgit v1.2.1