summaryrefslogtreecommitdiff
path: root/numpy/distutils/misc_util.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/distutils/misc_util.py
parent0b7800b455b3aaf50cb83a224f283e72f1dea951 (diff)
downloadnumpy-c66da19ab8bd6ad7f035b77026bbd703eab199d4.tar.gz
ran reindent
Diffstat (limited to 'numpy/distutils/misc_util.py')
-rw-r--r--numpy/distutils/misc_util.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/numpy/distutils/misc_util.py b/numpy/distutils/misc_util.py
index a698ae415..acc2f5ebf 100644
--- a/numpy/distutils/misc_util.py
+++ b/numpy/distutils/misc_util.py
@@ -1192,8 +1192,8 @@ class Configuration(object):
full_source_files.extend([self.paths(i)[0] for i in source_files])
if dist is not None:
- dist.scons_data.append((fullsconsname,
- pre_hook,
+ dist.scons_data.append((fullsconsname,
+ pre_hook,
post_hook,
full_source_files,
parent_name))
@@ -1203,8 +1203,8 @@ class Configuration(object):
# options in distutils command.
dist.add_extension('', sources = [])
else:
- self.scons_data.append((fullsconsname,
- pre_hook,
+ self.scons_data.append((fullsconsname,
+ pre_hook,
post_hook,
full_source_files,
parent_name))
@@ -1214,7 +1214,7 @@ class Configuration(object):
def add_configres(self):
from numscons import get_scons_configres_dir, get_scons_configres_filename
- file = os.path.join(get_scons_configres_dir(), self.local_path,
+ file = os.path.join(get_scons_configres_dir(), self.local_path,
get_scons_configres_filename())
def add_scripts(self,*files):