diff options
author | Tim Peters <tim.peters@gmail.com> | 2005-03-28 01:08:02 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2005-03-28 01:08:02 (GMT) |
commit | eba28bea9b8ef7df010e65c630b8c0f7009c6005 (patch) | |
tree | 9ec2d5adb6886c2577a8c20e4e51d6d7ed393ec4 /Tools | |
parent | 700f36c7520bffef73d86088fa80b7a1c62c416a (diff) | |
download | cpython-eba28bea9b8ef7df010e65c630b8c0f7009c6005.zip cpython-eba28bea9b8ef7df010e65c630b8c0f7009c6005.tar.gz cpython-eba28bea9b8ef7df010e65c630b8c0f7009c6005.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/msi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index d020082..4998565 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -134,7 +134,7 @@ pythondll_uuid = { "24":"{9B81E618-2301-4035-AC77-75D9ABEB7301}", "25":"{2e41b118-38bd-4c1b-a840-6977efd1b911}" } [major+minor] - + # Build the mingw import library, libpythonXY.a # This requires 'nm' and 'dlltool' executables on your PATH |