diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-01-08 16:27:44 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-01-08 16:27:44 (GMT) |
commit | 3e82872ecaa642ff8bab89c4323d1c3b09981665 (patch) | |
tree | d0987955c48352ec147d6ad0113fe4845a578546 /Mac/Resources | |
parent | 6c64fa7ddadd7a3a24e8ddab7fd4ed9236fef1c3 (diff) | |
download | cpython-3e82872ecaa642ff8bab89c4323d1c3b09981665.zip cpython-3e82872ecaa642ff8bab89c4323d1c3b09981665.tar.gz cpython-3e82872ecaa642ff8bab89c4323d1c3b09981665.tar.bz2 |
Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.
Diffstat (limited to 'Mac/Resources')
-rw-r--r-- | Mac/Resources/pythonpath.r | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r index 9bd4396..1d7479c 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", |