diff options
author | Tim Leslie <tim.leslie@gmail.com> | 2007-01-09 04:45:31 +0000 |
---|---|---|
committer | Tim Leslie <tim.leslie@gmail.com> | 2007-01-09 04:45:31 +0000 |
commit | e56a09af9e696129b92e7487bccbc3713568fc5b (patch) | |
tree | 1257c10ae62f2847ac22f48e502eafeef7632820 /numpy/fft/setup.py | |
parent | 4d9b87ec11dc268bb9069831deab466ffe47ad93 (diff) | |
download | numpy-e56a09af9e696129b92e7487bccbc3713568fc5b.tar.gz |
clean up unused imports and bad whitespace
Diffstat (limited to 'numpy/fft/setup.py')
-rw-r--r-- | numpy/fft/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |