summaryrefslogtreecommitdiffstats
path: root/Tools/msi/msi.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-07-18 18:40:42 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-07-18 18:40:42 (GMT)
commit3b6cc09509735d4f438b370b26bf9d7560481cff (patch)
tree1f10d6fb05349dd0d91d5300a702ef8fd60e1bb6 /Tools/msi/msi.py
parent5a722409ee2aed97d18f2646a30178171167c028 (diff)
downloadcpython-3b6cc09509735d4f438b370b26bf9d7560481cff.zip
cpython-3b6cc09509735d4f438b370b26bf9d7560481cff.tar.gz
cpython-3b6cc09509735d4f438b370b26bf9d7560481cff.tar.bz2
Revert r63378. These files need to stay compatible with Python 2.x (until Python 3.0 is actually used to package Python).
Diffstat (limited to 'Tools/msi/msi.py')
-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 7744d8e..ff76895 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -204,7 +204,7 @@ def build_database():
schema, ProductName="Python "+full_current_version,
ProductCode=product_code,
ProductVersion=current_version,
- Manufacturer="Python Software Foundation")
+ 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