]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bug #129904: Put back the path component for the Tkinter modules
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 27 Jan 2001 01:31:35 +0000 (01:31 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 27 Jan 2001 01:31:35 +0000 (01:31 +0000)
Modules/Setup.dist

index 3964107c42f3e5c7a95a1f6eecc9636dd5b0d92c..d1fb695daca3199cfc14185445b97be8939ecbfc 100644 (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)