diff options
| author | Jarrod Millman <millman@berkeley.edu> | 2008-05-22 06:43:22 +0000 |
|---|---|---|
| committer | Jarrod Millman <millman@berkeley.edu> | 2008-05-22 06:43:22 +0000 |
| commit | 9525f467ce805c1aba6d590733f3bc224f9dc84e (patch) | |
| tree | a97c8379930e384574dfb4fe2e2a7654b89b1a99 /numpy/distutils/command | |
| parent | 0e968fdb7c04d1397ba5a28e0c7a2a6261fe916e (diff) | |
| download | numpy-9525f467ce805c1aba6d590733f3bc224f9dc84e.tar.gz | |
fixed whitespace w/ reindent
Diffstat (limited to 'numpy/distutils/command')
| -rw-r--r-- | numpy/distutils/command/scons.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/distutils/command/scons.py b/numpy/distutils/command/scons.py index 8ccce891c..6e2ec2941 100644 --- a/numpy/distutils/command/scons.py +++ b/numpy/distutils/command/scons.py @@ -180,7 +180,7 @@ def find_common(seq1, seq2): """Given two list, return the index of the common items. The index are relative to seq1. - + Note: do not handle duplicate items.""" dict2 = dict([(i, None) for i in seq2]) @@ -288,7 +288,7 @@ class scons(old_build_ext): cxxcompiler.customize_cmd(self) self.cxxcompiler = cxxcompiler.cxx_compiler() #print self.cxxcompiler.compiler_cxx[0] - + if self.package_list: self.package_list = parse_package_list(self.package_list) @@ -314,7 +314,7 @@ class scons(old_build_ext): scons_exec = get_python_exec_invoc() scons_exec += ' ' + protect_path(pjoin(get_scons_local_path(), 'scons.py')) - if self.package_list is not None: + if self.package_list is not None: id = select_packages(self.pkg_names, self.package_list) sconscripts = [self.sconscripts[i] for i in id] pre_hooks = [self.pre_hooks[i] for i in id] |
