summaryrefslogtreecommitdiff
path: root/numpy/setupscons.py
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2008-08-08 04:33:45 +0000
committerJarrod Millman <millman@berkeley.edu>2008-08-08 04:33:45 +0000
commit70ed0f238156680efba9b4028810f3aed486357b (patch)
treee5e0f42e586156ed74128cff0fe84404398b918b /numpy/setupscons.py
parent0da812e06828be6749b1840b48c4f100dc3dfd68 (diff)
downloadnumpy-70ed0f238156680efba9b4028810f3aed486357b.tar.gz
ran reindent
Diffstat (limited to 'numpy/setupscons.py')
-rw-r--r--numpy/setupscons.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/setupscons.py b/numpy/setupscons.py
index 36324cc10..ef1ef8061 100644
--- a/numpy/setupscons.py
+++ b/numpy/setupscons.py
@@ -6,7 +6,7 @@ def configuration(parent_package='', top_path=None):
from numpy.distutils.misc_util import scons_generate_config_py
pkgname = 'numpy'
- config = Configuration(pkgname, parent_package, top_path,
+ config = Configuration(pkgname, parent_package, top_path,
setup_name = 'setupscons.py')
config.add_subpackage('distutils')
config.add_subpackage('testing')
@@ -27,7 +27,7 @@ def configuration(parent_package='', top_path=None):
if kw['scons_cmd'].inplace:
target = pjoin(kw['pkg_name'], '__config__.py')
else:
- target = pjoin(kw['scons_cmd'].build_lib, kw['pkg_name'],
+ target = pjoin(kw['scons_cmd'].build_lib, kw['pkg_name'],
'__config__.py')
scons_generate_config_py(target)
config.add_sconscript(None, post_hook = add_config)