Stop including 2to3 in Tools, as it is in Lib now.
This commit is contained in:
parent
a675ef1141
commit
f8bba8e843
|
@ -1,2 +0,0 @@
|
|||
[Tools]
|
||||
2to3 http://svn.python.org/projects/sandbox/trunk/2to3/
|
|
@ -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'])
|
||||
|
|
Loading…
Reference in New Issue