commit | 5a9fb3c415d1204c7f2c12243ba5d46f5964dcbd | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Jan 07 16:01:32 2005 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Jan 07 16:01:32 2005 +0000 |
tree | c522f4e92f25037fe08318a3159743d1a21fb7ec | |
parent | e4f5600e5ca35feef87281090929cac7d8226388 [diff] [blame] |
Whitespace normalization.
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index dbb7ecb..bd23f96 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py
@@ -977,7 +977,7 @@ lib.add_file('python%s%s.lib' % (major, minor)) # Add the mingw-format library if have_mingw: - lib.add_file('libpython%s%s.a' % (major, minor)) + lib.add_file('libpython%s%s.a' % (major, minor)) if have_tcl: # Add Tcl/Tk tcldirs = [(root, '../tcltk/lib', 'tcl')]