From: Jack Jansen <jack.jansen@cwi.nl>
Date: Sun, 19 Aug 2001 22:02:56 +0000 (+0000)
Subject: Step 1 in packaging the toolbox modules and making MacPython more
X-Git-Tag: v2.2a3~428
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42b1539e987114281300dbe179b27a47c6d9afa1;p=python

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.
---

diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r
index 75a74ba781..b116f596a8 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",