mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Add new tkinter dir to various locations where lib-tk shows up.
This commit is contained in:
parent
7363445d94
commit
6c90c9faae
4 changed files with 14 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue