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

Just van Rossum jvr@users.sourceforge.net
Thu, 16 Aug 2001 08:16:22 -0700


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

Modified Files:
	pythonpath.r 
Log Message:
Long time overdue: change sys.path defaults so that people will
have to do "from PIL import Image" instead of "import Image".

Index: pythonpath.r
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Resources/pythonpath.r,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** pythonpath.r	2001/03/01 23:16:51	1.11
--- pythonpath.r	2001/08/16 15:16:19	1.12
***************
*** 90,94 ****
  		"$(PYTHON):Extensions:img:Mac",
  		"$(PYTHON):Extensions:img:Lib",
! 		"$(PYTHON):Extensions:Imaging:PIL",
  		"$(PYTHON):Lib:lib-tk",
  		"$(PYTHON):Lib:site-packages",
--- 90,94 ----
  		"$(PYTHON):Extensions:img:Mac",
  		"$(PYTHON):Extensions:img:Lib",
! 		"$(PYTHON):Extensions:Imaging",
  		"$(PYTHON):Lib:lib-tk",
  		"$(PYTHON):Lib:site-packages",