From f8bba8e843451ac479633fe641345ade21149c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 24 Mar 2008 00:52:58 +0000 Subject: Stop including 2to3 in Tools, as it is in Lib now. --- .hgsvnexternals | 2 -- Tools/msi/msi.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .hgsvnexternals 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']) -- cgit v0.12