commit | 6634bf2919d855ccd821e878b8cc00c7209f1cbe | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue May 20 07:13:37 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Tue May 20 07:13:37 2008 +0000 |
tree | 77ef2dfaaf00ec144e75ac19708e4dd457604ebc | |
parent | 33cece05b918dff706a4298e33f84d8e8a0391d2 [diff] [blame] |
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 4b4b3c4..74f6c37 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", "tkinter", "idlelib", "Icons"]: + elif dir in ["lib-tk", "idlelib", "Icons"]: if not have_tcl: continue tcltk.set_current()