[Python-checkins] CVS: python/dist/src/Mac/Unsupported findmodulefiles.py,1.1,1.2

Jack Jansen jackjansen@users.sourceforge.net
Sat, 25 Aug 2001 05:04:40 -0700


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

Modified Files:
	findmodulefiles.py 
Log Message:
Import the MacOS toolbox modules from the Carbon package.

Index: findmodulefiles.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Unsupported/findmodulefiles.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** findmodulefiles.py	2000/09/12 20:16:47	1.1
--- findmodulefiles.py	2001/08/25 12:04:38	1.2
***************
*** 60,64 ****
  	"""Copy list-of-modules to resource file dst."""
  	import py_resource
! 	import Res
  	import sys
  	
--- 60,64 ----
  	"""Copy list-of-modules to resource file dst."""
  	import py_resource
! 	from Carbon import Res
  	import sys