summaryrefslogtreecommitdiff
path: root/numpy/fft
diff options
context:
space:
mode:
authorTim Leslie <tim.leslie@gmail.com>2007-01-09 04:45:31 +0000
committerTim Leslie <tim.leslie@gmail.com>2007-01-09 04:45:31 +0000
commite56a09af9e696129b92e7487bccbc3713568fc5b (patch)
tree1257c10ae62f2847ac22f48e502eafeef7632820 /numpy/fft
parent4d9b87ec11dc268bb9069831deab466ffe47ad93 (diff)
downloadpython-numpy-e56a09af9e696129b92e7487bccbc3713568fc5b.tar.gz
python-numpy-e56a09af9e696129b92e7487bccbc3713568fc5b.tar.bz2
python-numpy-e56a09af9e696129b92e7487bccbc3713568fc5b.zip
clean up unused imports and bad whitespace
Diffstat (limited to 'numpy/fft')
-rw-r--r--numpy/fft/helper.py2
-rw-r--r--numpy/fft/setup.py1
2 files changed, 1 insertions, 2 deletions
diff --git a/numpy/fft/helper.py b/numpy/fft/helper.py
index 99b576708..17a4a24dc 100644
--- a/numpy/fft/helper.py
+++ b/numpy/fft/helper.py
@@ -6,7 +6,7 @@ Discrete Fourier Transforms - helper.py
__all__ = ['fftshift','ifftshift','fftfreq']
from numpy.core import asarray, concatenate, arange, take, \
- array, integer
+ integer
from numpy import hstack
import types
diff --git a/numpy/fft/setup.py b/numpy/fft/setup.py
index 4d1de069d..82763b70a 100644
--- a/numpy/fft/setup.py
+++ b/numpy/fft/setup.py
@@ -1,5 +1,4 @@
-from os.path import join
def configuration(parent_package='',top_path=None):
from numpy.distutils.misc_util import Configuration