summaryrefslogtreecommitdiff
path: root/tools/win32build
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-08-18 11:16:06 -0600
committerCharles Harris <charlesr.harris@gmail.com>2013-08-18 11:20:45 -0600
commit8ddb0ce0acafe75d78df528b4d2540dfbf4b364d (patch)
tree156b23f48f14c7c1df699874007c521b5482d1a4 /tools/win32build
parent13b0b272f764c14bc4ac34f5b19fd030d9c611a4 (diff)
downloadpython-numpy-8ddb0ce0acafe75d78df528b4d2540dfbf4b364d.tar.gz
python-numpy-8ddb0ce0acafe75d78df528b4d2540dfbf4b364d.tar.bz2
python-numpy-8ddb0ce0acafe75d78df528b4d2540dfbf4b364d.zip
STY: Giant whitespace cleanup.
Now is as good a time as any with open PR's at a low.
Diffstat (limited to 'tools/win32build')
-rw-r--r--tools/win32build/doall.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/win32build/doall.py b/tools/win32build/doall.py
index fbc794db5..0bf77306e 100644
--- a/tools/win32build/doall.py
+++ b/tools/win32build/doall.py
@@ -19,9 +19,9 @@ if __name__ == '__main__':
subprocess.check_call(['python', 'prepare_bootstrap.py', '-p', pyver])
# Build binaries
- subprocess.check_call(['python', 'build.py', '-p', pyver],
+ subprocess.check_call(['python', 'build.py', '-p', pyver],
cwd = 'bootstrap-%s' % pyver)
# Build installer using nsis
- subprocess.check_call(['makensis', 'numpy-superinstaller.nsi'],
+ subprocess.check_call(['makensis', 'numpy-superinstaller.nsi'],
cwd = 'bootstrap-%s' % pyver)