From f77587b2cd9091a99a31bb0d5f99c57cc077aa8e Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Mon, 14 Aug 2006 23:15:21 +0000 Subject: Fix Python 2.5 compatibility to work with new b3 release --- numpy/oldnumeric/alter_code2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/oldnumeric/alter_code2.py') diff --git a/numpy/oldnumeric/alter_code2.py b/numpy/oldnumeric/alter_code2.py index 766f861d0..c8ecd114c 100644 --- a/numpy/oldnumeric/alter_code2.py +++ b/numpy/oldnumeric/alter_code2.py @@ -17,7 +17,7 @@ Makes the following changes: oldnumeric.random_array, and oldnumeric.fft """ -#__all__ = ['fromfile', 'fromstr', 'convertfile', 'convertall'] +#__all__ = ['convertfile', 'convertall'] __all__ = [] import warnings -- cgit v1.2.1