summaryrefslogtreecommitdiff
path: root/PC/getpathp.c
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
commitd8d01cfe97f5bc382af220eae66fc9d31b602d36 (patch)
treee919b032e0748e3e314999c7f369c12e77460ac4 /PC/getpathp.c
parentbe805ac8e3b60c117da5a70c426ae1e4041aa74c (diff)
downloadcpython-d8d01cfe97f5bc382af220eae66fc9d31b602d36.tar.gz
Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned.
Diffstat (limited to 'PC/getpathp.c')
-rw-r--r--PC/getpathp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/getpathp.c b/PC/getpathp.c
index 3a250be612..e2beec1e8b 100644
--- a/PC/getpathp.c
+++ b/PC/getpathp.c
@@ -25,7 +25,7 @@
is set, we believe it. Otherwise, we use the path of our host .EXE's
to try and locate our "landmark" (lib\\os.py) and deduce our home.
- If we DO have a Python Home: The relevant sub-directories (Lib,
- plat-win, lib-tk, etc) are based on the Python Home
+ plat-win, etc) are based on the Python Home
- If we DO NOT have a Python Home, the core Python Path is
loaded from the registry. This is the main PythonPath key,
and both HKLM and HKCU are combined to form the path)