summaryrefslogtreecommitdiffstats
path: root/Mac/Resources
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-06-05 08:35:47 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-06-05 08:35:47 (GMT)
commitdab0554d5dce652fe2e4a809281df031becd08e0 (patch)
tree285f9ef57e8260baf573795661c3154717dc5d72 /Mac/Resources
parent490121355e8465aa7242bc448f77330b78f2a662 (diff)
downloadcpython-dab0554d5dce652fe2e4a809281df031becd08e0.zip
cpython-dab0554d5dce652fe2e4a809281df031becd08e0.tar.gz
cpython-dab0554d5dce652fe2e4a809281df031becd08e0.tar.bz2
Added lib-tk to the standard sys.path initializer.
Diffstat (limited to 'Mac/Resources')
-rw-r--r--Mac/Resources/pythonpath.r3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r
index 415a435..74835fc 100644
--- a/Mac/Resources/pythonpath.r
+++ b/Mac/Resources/pythonpath.r
@@ -83,7 +83,8 @@ resource 'STR#' (PYTHONPATH_ID, "sys.path initialization") {
"$(PYTHON):Mac:Lib:lib-scripting",
"$(PYTHON):Extensions:img:Mac",
"$(PYTHON):Extensions:img:Lib",
- "$(PYTHON):Extensions:Numerical:Lib"
+ "$(PYTHON):Extensions:Numerical:Lib",
+ "$(PYTHON):Lib:lib-tk"
}
};