summaryrefslogtreecommitdiff
path: root/numpy/numarray/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/numarray/setup.py')
-rw-r--r--numpy/numarray/setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/numarray/setup.py b/numpy/numarray/setup.py
index 39fc40152..056232d4b 100644
--- a/numpy/numarray/setup.py
+++ b/numpy/numarray/setup.py
@@ -1,4 +1,3 @@
-
from os.path import join
def configuration(parent_package='',top_path=None):
@@ -6,7 +5,7 @@ def configuration(parent_package='',top_path=None):
config = Configuration('numarray',parent_package,top_path)
config.add_data_files('numpy/')
-
+
# Configure fftpack_lite
config.add_extension('_capi',
sources=['_capi.c']