[Python-checkins] CVS: python/dist/src/Mac/scripts mkestrres.py,1.6,1.7

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


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

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

Index: mkestrres.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/scripts/mkestrres.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mkestrres.py	2001/01/02 22:02:02	1.6
--- mkestrres.py	2001/08/25 12:07:06	1.7
***************
*** 4,8 ****
  import macfs
  import string
! import Res
  import os
  
--- 4,8 ----
  import macfs
  import string
! from Carbon import Res
  import os