]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Package 2to3.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 28 Feb 2008 23:03:52 +0000 (23:03 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 28 Feb 2008 23:03:52 +0000 (23:03 +0000)
Tools/msi/msi.py

index 219a2ddfd64fcfaf90c59cb380e95057fe3db842..e4d0945462f6e7aef396bb01d696e94746b3e8b9 100644 (file)
@@ -1071,7 +1071,7 @@ def add_files(db):
     # Add tools
     tools.set_current()
     tooldir = PyDirectory(db, cab, root, "Tools", "Tools", "TOOLS|Tools")
-    for f in ['i18n', 'pynche', 'Scripts', 'versioncheck', 'webchecker']:
+    for f in ['i18n', 'pynche', 'Scripts', 'versioncheck', 'webchecker', '2to3']:
         lib = PyDirectory(db, cab, tooldir, f, f, "%s|%s" % (tooldir.make_short(f), f))
         lib.glob("*.py")
         lib.glob("*.pyw", exclude=['pydocgui.pyw'])