summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-09-01 06:36:49 +0000
committerMartin v. Löwis <martin@v.loewis.de>2007-09-01 06:36:49 +0000
commit196fdf9693b5b01f0fe3865cb8eb1877b7483221 (patch)
treedc613ac1fd7d1ddbd6215f7b9995e18a9f559d95 /Tools
parent29754a72d19e0fbaa4be0978b5d3af66feacc3af (diff)
downloadcpython-196fdf9693b5b01f0fe3865cb8eb1877b7483221.tar.gz
Bug #1737210: Change Manufacturer of Windows installer to PSF.
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 20ade0e88a..0d54255ffd 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -195,7 +195,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