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

Skip to content

Commit 5524089

Browse files
committed
Package 2to3.
1 parent ee7498e commit 5524089

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/msi/msi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ def add_files(db):
10711071
# Add tools
10721072
tools.set_current()
10731073
tooldir = PyDirectory(db, cab, root, "Tools", "Tools", "TOOLS|Tools")
1074-
for f in ['i18n', 'pynche', 'Scripts', 'versioncheck', 'webchecker']:
1074+
for f in ['i18n', 'pynche', 'Scripts', 'versioncheck', 'webchecker', '2to3']:
10751075
lib = PyDirectory(db, cab, tooldir, f, f, "%s|%s" % (tooldir.make_short(f), f))
10761076
lib.glob("*.py")
10771077
lib.glob("*.pyw", exclude=['pydocgui.pyw'])

0 commit comments

Comments
 (0)