]> granicus.if.org Git - python/commitdiff
Merged revisions 66710 via svnmerge from
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 1 Oct 2008 11:22:32 +0000 (11:22 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 1 Oct 2008 11:22:32 +0000 (11:22 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66710 | martin.v.loewis | 2008-10-01 13:19:50 +0200 (Mi, 01 Okt 2008) | 2 lines

  Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows
  installer.
........

Tools/msi/msi.py

index f9aa30a3d723e227890d5d32e2adcad451e8fa4a..8d63f11e444b7899d17a6786b014236fdc783bfe 100644 (file)
@@ -1121,6 +1121,7 @@ def add_files(db):
         if os.path.exists(os.path.join(lib.absolute, "README")):
             lib.add_file("README.txt", src="README")
         if f == 'Scripts':
+            lib.add_file("2to3.py", src="2to3")
             if have_tcl:
                 lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw")
                 lib.add_file("pydocgui.pyw")