summaryrefslogtreecommitdiffstats
path: root/PC/os2emx
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-17 19:15:58 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-17 19:15:58 (GMT)
commit6e47a33e49f01c06d616a05331ea6493f33b3988 (patch)
treeb0f8e76251cc46903e108dedd58314a913a6e047 /PC/os2emx
parent2e08136b3c1bc24794d08f1cb2929c5621bf3d3f (diff)
downloadcpython-6e47a33e49f01c06d616a05331ea6493f33b3988.zip
cpython-6e47a33e49f01c06d616a05331ea6493f33b3988.tar.gz
cpython-6e47a33e49f01c06d616a05331ea6493f33b3988.tar.bz2
Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned.
Diffstat (limited to 'PC/os2emx')
-rw-r--r--PC/os2emx/getpathp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/os2emx/getpathp.c b/PC/os2emx/getpathp.c
index 5839eab..9e37f63 100644
--- a/PC/os2emx/getpathp.c
+++ b/PC/os2emx/getpathp.c
@@ -17,7 +17,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)