Add new tkinter dir to various locations where lib-tk shows up.

This commit is contained in:
Georg Brandl 2008-05-17 19:14:23 +00:00
parent 7363445d94
commit 6c90c9faae
4 changed files with 14 additions and 1 deletions

View file

@ -916,7 +916,7 @@ def add_files(db):
parent, dir = pydirs.pop()
if dir == ".svn" or dir.startswith("plat-"):
continue
elif dir in ["lib-tk", "idlelib", "Icons"]:
elif dir in ["lib-tk", "tkinter", "idlelib", "Icons"]:
if not have_tcl:
continue
tcltk.set_current()