summaryrefslogtreecommitdiff
path: root/Mac/Resources
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-01-08 16:27:44 +0000
committerJack Jansen <jack.jansen@cwi.nl>2003-01-08 16:27:44 +0000
commit3e82872ecaa642ff8bab89c4323d1c3b09981665 (patch)
treed0987955c48352ec147d6ad0113fe4845a578546 /Mac/Resources
parent6c64fa7ddadd7a3a24e8ddab7fd4ed9236fef1c3 (diff)
downloadcpython-git-3e82872ecaa642ff8bab89c4323d1c3b09981665.tar.gz
Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.
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 9bd43969ea..1d7479c2b2 100644
--- a/Mac/Resources/pythonpath.r
+++ b/Mac/Resources/pythonpath.r
@@ -89,8 +89,9 @@ resource 'STR#' (PYTHONPATH_ID, "sys.path initialization") {
{
"$(PYTHON)",
"$(PYTHON):Lib",
- "$(PYTHON):Lib:plat-mac",
"$(PYTHON):Lib:lib-dynload",
+ "$(PYTHON):Lib:plat-mac",
+ "$(PYTHON):Lib:plat-mac:lib-scriptpackages",
"$(PYTHON):Mac:Lib",
"$(PYTHON):Extensions:img:Mac",
"$(PYTHON):Extensions:img:Lib",