summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-01-27 01:31:35 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-01-27 01:31:35 (GMT)
commit93b747efceaf6d68cb0fb99f3262aa77ce2ce27b (patch)
tree210f47acb76afd3d5ba19890259069e4ddbec644 /Modules
parent715c4c412b21f68ad59773698d06eea8eb0c5a44 (diff)
downloadcpython-93b747efceaf6d68cb0fb99f3262aa77ce2ce27b.zip
cpython-93b747efceaf6d68cb0fb99f3262aa77ce2ce27b.tar.gz
cpython-93b747efceaf6d68cb0fb99f3262aa77ce2ce27b.tar.bz2
Bug #129904: Put back the path component for the Tkinter modules
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 3964107..d1fb695 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -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)