summaryrefslogtreecommitdiff
path: root/numpy/lib/setupscons.py
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2008-02-08 10:54:01 +0000
committerJarrod Millman <millman@berkeley.edu>2008-02-08 10:54:01 +0000
commitc66da19ab8bd6ad7f035b77026bbd703eab199d4 (patch)
tree55136b4e38d5991dbd68d4e0984c645f11cefce7 /numpy/lib/setupscons.py
parent0b7800b455b3aaf50cb83a224f283e72f1dea951 (diff)
downloadnumpy-c66da19ab8bd6ad7f035b77026bbd703eab199d4.tar.gz
ran reindent
Diffstat (limited to 'numpy/lib/setupscons.py')
-rw-r--r--numpy/lib/setupscons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/setupscons.py b/numpy/lib/setupscons.py
index ab0c304d3..4f31f6e8a 100644
--- a/numpy/lib/setupscons.py
+++ b/numpy/lib/setupscons.py
@@ -5,7 +5,7 @@ def configuration(parent_package='',top_path=None):
config = Configuration('lib',parent_package,top_path)
- config.add_sconscript('SConstruct',
+ config.add_sconscript('SConstruct',
source_files = [join('src', '_compiled_base.c')])
config.add_data_dir('tests')