From 1bd2d49ef378fb869d015cef32c3e44a4c03a8f0 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 8 Jan 2007 21:56:54 +0000 Subject: Whitespace cleanup. --- numpy/numarray/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'numpy/numarray/setup.py') 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'] -- cgit v1.2.1