commit | 6c90c9faaeb20447df2e880f871ce10a80d2ff27 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat May 17 19:14:23 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat May 17 19:14:23 2008 +0000 |
tree | 5c5432c54cebcaf1da38b605be01585767f68ddf | |
parent | 7363445d944b3234eeff07d4e37f6a66bd6ec458 [diff] [blame] |
Add new tkinter dir to various locations where lib-tk shows up.
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 74f6c37..4b4b3c4 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py
@@ -916,7 +916,7 @@ 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()