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/numarray/alter_code1.py | 2 +- numpy/numarray/alter_code2.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/numarray') diff --git a/numpy/numarray/alter_code1.py b/numpy/numarray/alter_code1.py index f30c3dd37..897b019db 100644 --- a/numpy/numarray/alter_code1.py +++ b/numpy/numarray/alter_code1.py @@ -52,7 +52,7 @@ Makes the following changes: - .setimaginary() --> .imag """ -__all__ = ['fromfile', 'fromstr', 'convertfile', 'convertall'] +__all__ = ['convertfile', 'convertall'] import sys import os diff --git a/numpy/numarray/alter_code2.py b/numpy/numarray/alter_code2.py index a80cc16ff..46be8043b 100644 --- a/numpy/numarray/alter_code2.py +++ b/numpy/numarray/alter_code2.py @@ -3,7 +3,7 @@ This module converts code written for numpy.numarray to work with numpy """ -#__all__ = ['fromfile', 'fromstr', 'convertfile', 'convertall'] +#__all__ = ['convertfile', 'convertall'] __all__ = [] import warnings -- cgit v1.2.1