diff options
-rw-r--r-- | .hgsvnexternals | 2 | ||||
-rw-r--r-- | Tools/msi/msi.py | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/.hgsvnexternals b/.hgsvnexternals deleted file mode 100644 index 28567dc..0000000 --- a/.hgsvnexternals +++ /dev/null @@ -1,2 +0,0 @@ -[Tools] - 2to3 http://svn.python.org/projects/sandbox/trunk/2to3/ diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 1b7667d..08b759c 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -1073,7 +1073,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', '2to3']: + for f in ['i18n', 'pynche', 'Scripts', 'versioncheck', 'webchecker']: lib = PyDirectory(db, cab, tooldir, f, f, "%s|%s" % (tooldir.make_short(f), f)) lib.glob("*.py") lib.glob("*.pyw", exclude=['pydocgui.pyw']) |