diff options
author | Georg Brandl <georg@python.org> | 2008-05-17 19:14:23 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-17 19:14:23 (GMT) |
commit | 6c90c9faaeb20447df2e880f871ce10a80d2ff27 (patch) | |
tree | 5c5432c54cebcaf1da38b605be01585767f68ddf /Tools/msi/msi.py | |
parent | 7363445d944b3234eeff07d4e37f6a66bd6ec458 (diff) | |
download | cpython-6c90c9faaeb20447df2e880f871ce10a80d2ff27.zip cpython-6c90c9faaeb20447df2e880f871ce10a80d2ff27.tar.gz cpython-6c90c9faaeb20447df2e880f871ce10a80d2ff27.tar.bz2 |
Add new tkinter dir to various locations where lib-tk shows up.
Diffstat (limited to 'Tools/msi/msi.py')
-rw-r--r-- | Tools/msi/msi.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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() |