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

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


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

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

Index: mkfrozenresources.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Unsupported/mkfrozenresources.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mkfrozenresources.py	2000/09/12 20:16:47	1.1
--- mkfrozenresources.py	2001/08/25 12:07:12	1.2
***************
*** 5,9 ****
  import macfs
  import py_resource
! import Res
  import sys
  
--- 5,9 ----
  import macfs
  import py_resource
! from Carbon import Res
  import sys