[Python-checkins] r88040 - python/branches/py3k/Tools/msi/msi.py

martin.v.loewis python-checkins at python.org
Sat Jan 15 20:43:18 CET 2011


Author: martin.v.loewis
Date: Sat Jan 15 20:43:18 2011
New Revision: 88040

Log:
Package zip_cp437_header.zip.
Don't try to package subprocessdata/*.py twice.

Modified:
   python/branches/py3k/Tools/msi/msi.py

Modified: python/branches/py3k/Tools/msi/msi.py
==============================================================================
--- python/branches/py3k/Tools/msi/msi.py	(original)
+++ python/branches/py3k/Tools/msi/msi.py	Sat Jan 15 20:43:18 2011
@@ -1025,6 +1025,7 @@
             lib.glob("*.pem")
             lib.glob("*.pck")
             lib.glob("cfgparser.*")
+            lib.add_file("zip_cp437_header.zip")
             lib.add_file("zipdir.zip")
         if dir=='capath':
             lib.glob("*.0")
@@ -1035,8 +1036,6 @@
         if dir=='xmltestdata':
             lib.glob("*.xml")
             lib.add_file("test.xml.out")
-        if dir=='subprocessdata':
-            lib.glob("*.py")
         if dir=='output':
             lib.glob("test_*")
         if dir=='sndhdrdata':


More information about the Python-checkins mailing list