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_code1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/oldnumeric/alter_code1.py') diff --git a/numpy/oldnumeric/alter_code1.py b/numpy/oldnumeric/alter_code1.py index 35c407e8b..eacd3ed2a 100644 --- a/numpy/oldnumeric/alter_code1.py +++ b/numpy/oldnumeric/alter_code1.py @@ -28,7 +28,7 @@ Makes the following changes: * Converts uses of type(...) is isinstance(..., ) """ -__all__ = ['fromfile', 'fromstr', 'convertfile', 'convertall'] +__all__ = ['convertfile', 'convertall'] import sys import os -- cgit v1.2.1