Stop including 2to3 in Tools, as it is in Lib now.

This commit is contained in:
Martin v. Löwis 2008-03-24 00:52:58 +00:00
parent a675ef1141
commit f8bba8e843
2 changed files with 1 additions and 3 deletions

View File

@ -1,2 +0,0 @@
[Tools]
2to3 http://svn.python.org/projects/sandbox/trunk/2to3/

View File

@ -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'])