From 06b316521a47470e0cce864e142c9372d14637dc Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Mon, 29 Oct 2007 14:37:37 +0000 Subject: using faster string methods rather than deprecated string module --- numpy/core/defchararray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/defchararray.py') diff --git a/numpy/core/defchararray.py b/numpy/core/defchararray.py index 4ce06b247..33e90c965 100644 --- a/numpy/core/defchararray.py +++ b/numpy/core/defchararray.py @@ -1,7 +1,7 @@ +import sys from numerictypes import string_, unicode_, integer, object_ from numeric import ndarray, broadcast, empty, compare_chararrays from numeric import array as narray -import sys __all__ = ['chararray'] -- cgit v1.2.1