summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-09-01 06:36:03 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-09-01 06:36:03 (GMT)
commit8bc77e4b33dce913a13be3ad0f3b11d4292c78ba (patch)
tree285e32ed672884f785afc12bbfb0fb6bf9d4a05a /Tools
parent470dcd261174a35e24459260938e991606c5d87b (diff)
downloadcpython-8bc77e4b33dce913a13be3ad0f3b11d4292c78ba.zip
cpython-8bc77e4b33dce913a13be3ad0f3b11d4292c78ba.tar.gz
cpython-8bc77e4b33dce913a13be3ad0f3b11d4292c78ba.tar.bz2
Bug #1737210: Change Manufacturer of Windows installer to PSF.
Will backport to 2.5.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/msi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index a77b080..b68782b 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -194,7 +194,7 @@ def build_database():
schema, ProductName="Python "+full_current_version,
ProductCode=product_code,
ProductVersion=current_version,
- Manufacturer=u"Martin v. L\xf6wis")
+ Manufacturer=u"Python Software Foundation")
# The default sequencing of the RemoveExistingProducts action causes
# removal of files that got just installed. Place it after
# InstallInitialize, so we first uninstall everything, but still roll