Stop packaging versioncheck.

This commit is contained in:
Martin v. Löwis 2010-08-28 13:40:10 +00:00
parent 49561ada3e
commit a62074883b
1 changed files with 1 additions and 1 deletions

View File

@ -1139,7 +1139,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']:
for f in ['i18n', 'pynche', 'Scripts']:
lib = PyDirectory(db, cab, tooldir, f, f, "%s|%s" % (tooldir.make_short(f), f))
lib.glob("*.py")
lib.glob("*.pyw", exclude=['pydocgui.pyw'])