Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe21884

Browse files
committed
Merged revisions 66710 via svnmerge from
svn+ssh://[email protected]/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. ........
1 parent 58fb905 commit fe21884

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tools/msi/msi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,6 +1121,7 @@ def add_files(db):
11211121
if os.path.exists(os.path.join(lib.absolute, "README")):
11221122
lib.add_file("README.txt", src="README")
11231123
if f == 'Scripts':
1124+
lib.add_file("2to3.py", src="2to3")
11241125
if have_tcl:
11251126
lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw")
11261127
lib.add_file("pydocgui.pyw")

0 commit comments

Comments
 (0)