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

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Thu, 02 Jan 2003 13:16:51 -0800


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

Modified Files:
      Tag: r23a1-branch
	pythonpath.r 
Log Message:
lib-scriptpackages was missing from sys.path. Added.

Index: pythonpath.r
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Resources/pythonpath.r,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -C2 -d -r1.15 -r1.15.2.1
*** pythonpath.r	30 Dec 2002 23:07:44 -0000	1.15
--- pythonpath.r	2 Jan 2003 21:16:47 -0000	1.15.2.1
***************
*** 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",