summaryrefslogtreecommitdiff
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-17 19:15:58 +0000
committerGeorg Brandl <georg@python.org>2008-05-17 19:15:58 +0000
commit6e47a33e49f01c06d616a05331ea6493f33b3988 (patch)
treeb0f8e76251cc46903e108dedd58314a913a6e047 /Modules/Setup.dist
parent2e08136b3c1bc24794d08f1cb2929c5621bf3d3f (diff)
downloadcpython-git-6e47a33e49f01c06d616a05331ea6493f33b3988.tar.gz
Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist6
1 files changed, 1 insertions, 5 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 1c07158579..6c201c9205 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -94,11 +94,7 @@ TESTPATH=
MACHDEPPATH=:plat-$(MACHDEP)
EXTRAMACHDEPPATH=
-# Path component for the Tkinter-related modules
-# The TKPATH variable is always enabled, to save you the effort.
-TKPATH=:lib-tk
-
-COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(EXTRAMACHDEPPATH)$(TKPATH)
+COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(EXTRAMACHDEPPATH)
PYTHONPATH=$(COREPYTHONPATH)