[Python-checkins] CVS: python/dist/src/Mac/Resources pythonpath.r,1.12,1.13

Jack Jansen jackjansen@users.sourceforge.net
Sun, 19 Aug 2001 15:02:58 -0700


Update of /cvsroot/python/python/dist/src/Mac/Resources
In directory usw-pr-cvs1:/tmp/cvs-serv22751/Python/Mac/Resources

Modified Files:
	pythonpath.r 
Log Message:
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.

Index: pythonpath.r
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Resources/pythonpath.r,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pythonpath.r	2001/08/16 15:16:19	1.12
--- pythonpath.r	2001/08/19 22:02:56	1.13
***************
*** 83,90 ****
  	{
  		"$(PYTHON)",
- 		"$(PYTHON):Mac:PlugIns",
  		"$(PYTHON):Mac:Lib",
! 		"$(PYTHON):Mac:Lib:lib-toolbox",
  		"$(PYTHON):Mac:Lib:lib-scriptpackages",
  		"$(PYTHON):Lib",
  		"$(PYTHON):Extensions:img:Mac",
--- 83,90 ----
  	{
  		"$(PYTHON)",
  		"$(PYTHON):Mac:Lib",
! 		"$(PYTHON):Mac:Lib:lib-compat",
  		"$(PYTHON):Mac:Lib:lib-scriptpackages",
+ 		"$(PYTHON):Lib:lib-dynload",
  		"$(PYTHON):Lib",
  		"$(PYTHON):Extensions:img:Mac",