[Python-checkins] CVS: python/dist/src/Mac/Tools/macfreeze macgen_bin.py,1.8,1.9

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


Update of /cvsroot/python/python/dist/src/Mac/Tools/macfreeze
In directory usw-pr-cvs1:/tmp/cvs-serv19586/Python/Mac/Tools/macfreeze

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

Index: macgen_bin.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/macfreeze/macgen_bin.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** macgen_bin.py	2001/03/20 21:55:51	1.8
--- macgen_bin.py	2001/08/25 12:06:41	1.9
***************
*** 8,12 ****
  from MACFS import *
  import MacOS
! import Res
  import py_resource
  import cfmfile
--- 8,12 ----
  from MACFS import *
  import MacOS
! from Carbon import Res
  import py_resource
  import cfmfile