[Python-checkins] python/dist/src/Mac/Resources pythonpath.r,1.15,1.16

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 08 Jan 2003 08:28:16 -0800


Update of /cvsroot/python/python/dist/src/Mac/Resources
In directory sc8-pr-cvs1:/tmp/cvs-serv27782/Mac/Resources

Modified Files:
	pythonpath.r 
Log Message:
Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.


Index: pythonpath.r
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Resources/pythonpath.r,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** pythonpath.r	30 Dec 2002 23:07:44 -0000	1.15
--- pythonpath.r	8 Jan 2003 16:27:42 -0000	1.16
***************
*** 90,95 ****
  		"$(PYTHON)",
  		"$(PYTHON):Lib",
- 		"$(PYTHON):Lib:plat-mac",
  		"$(PYTHON):Lib:lib-dynload",
  		"$(PYTHON):Mac:Lib",
  		"$(PYTHON):Extensions:img:Mac",
--- 90,96 ----
  		"$(PYTHON)",
  		"$(PYTHON):Lib",
  		"$(PYTHON):Lib:lib-dynload",
+ 		"$(PYTHON):Lib:plat-mac",
+ 		"$(PYTHON):Lib:plat-mac:lib-scriptpackages",
  		"$(PYTHON):Mac:Lib",
  		"$(PYTHON):Extensions:img:Mac",