mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Stop including 2to3 in Tools, as it is in Lib now.
This commit is contained in:
parent
a675ef1141
commit
f8bba8e843
2 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue