diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-19 22:02:56 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-19 22:02:56 (GMT) |
commit | 42b1539e987114281300dbe179b27a47c6d9afa1 (patch) | |
tree | 5bf9fb2ba1ee241609040461f543a91922cc28d3 /Mac/Resources/pythonpath.r | |
parent | 106fceacb213a4eeecdc4c1761861b1ce1d1a083 (diff) | |
download | cpython-42b1539e987114281300dbe179b27a47c6d9afa1.zip cpython-42b1539e987114281300dbe179b27a47c6d9afa1.tar.gz cpython-42b1539e987114281300dbe179b27a47c6d9afa1.tar.bz2 |
Step 1 in packaging the toolbox modules and making MacPython more
like normal Python. toolbox modules are now in the Carbon package
in :Mac:Lib, with a workaround flat namespace in :Mac:Lib:lib-compat.
Other dynamic modules are in :Lib:lib-dynload. :Mac:Lib:lib-toolbox and
:Mac:Plugins are gone.
Diffstat (limited to 'Mac/Resources/pythonpath.r')
-rw-r--r-- | Mac/Resources/pythonpath.r | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r index 75a74ba..b116f59 100644 --- a/Mac/Resources/pythonpath.r +++ b/Mac/Resources/pythonpath.r @@ -82,10 +82,10 @@ resource 'Popt' (PYTHONOPTIONS_ID, "Options") { resource 'STR#' (PYTHONPATH_ID, "sys.path initialization") { { "$(PYTHON)", - "$(PYTHON):Mac:PlugIns", "$(PYTHON):Mac:Lib", - "$(PYTHON):Mac:Lib:lib-toolbox", + "$(PYTHON):Mac:Lib:lib-compat", "$(PYTHON):Mac:Lib:lib-scriptpackages", + "$(PYTHON):Lib:lib-dynload", "$(PYTHON):Lib", "$(PYTHON):Extensions:img:Mac", "$(PYTHON):Extensions:img:Lib", |