Bug #129904: Put back the path component for the Tkinter modules

This commit is contained in:
Andrew M. Kuchling 2001-01-27 01:31:35 +00:00
parent 715c4c412b
commit 93b747efce

View File

@ -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)