Author: martin.v.loewis
Date: Sat Sep  1 08:36:49 2007
New Revision: 57861

Modified:
   python/branches/py3k/Tools/msi/msi.py
Log:
Bug #1737210: Change Manufacturer of Windows installer to PSF.


Modified: python/branches/py3k/Tools/msi/msi.py
==============================================================================
--- python/branches/py3k/Tools/msi/msi.py       (original)
+++ python/branches/py3k/Tools/msi/msi.py       Sat Sep  1 08:36:49 2007
@@ -195,7 +195,7 @@
                   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
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to