mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Bug #129904: Put back the path component for the Tkinter modules
This commit is contained in:
parent
715c4c412b
commit
93b747efce
@ -79,6 +79,9 @@ TESTPATH=
|
||||
# Path components for machine- or system-dependent modules and shared libraries
|
||||
MACHDEPPATH=:plat-$(MACHDEP)
|
||||
|
||||
# Path component for the Tkinter-related modules
|
||||
TKPATH=:lib-tk
|
||||
|
||||
COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(TKPATH)
|
||||
PYTHONPATH=$(COREPYTHONPATH)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user