From e56a09af9e696129b92e7487bccbc3713568fc5b Mon Sep 17 00:00:00 2001 From: Tim Leslie Date: Tue, 9 Jan 2007 04:45:31 +0000 Subject: clean up unused imports and bad whitespace --- numpy/oldnumeric/compat.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'numpy/oldnumeric/compat.py') diff --git a/numpy/oldnumeric/compat.py b/numpy/oldnumeric/compat.py index 1d376dd12..369fa5000 100644 --- a/numpy/oldnumeric/compat.py +++ b/numpy/oldnumeric/compat.py @@ -11,13 +11,10 @@ __all__ = ['NewAxis', import numpy.core.multiarray as multiarray import numpy.core.umath as um -from numpy.core.numeric import array, correlate, outer, cross -from numpy.core.umath import sign, absolute, multiply +from numpy.core.numeric import array, correlate import functions import sys -import types - from cPickle import dump, dumps mu = multiarray -- cgit v1.2.1