[Python-checkins] CVS: python/dist/src/Mac/Demo/resources copyres.py,1.1,1.2

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


Update of /cvsroot/python/python/dist/src/Mac/Demo/resources
In directory usw-pr-cvs1:/tmp/cvs-serv18063/Python/Mac/Demo/resources

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

Index: copyres.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Demo/resources/copyres.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** copyres.py	1995/01/30 11:53:02	1.1
--- copyres.py	2001/08/25 12:02:25	1.2
***************
*** 1,4 ****
! from Res import *
! from Resources import *
  import MacOS
  
--- 1,4 ----
! from Carbon.Res import *
! from Carbon.Resources import *
  import MacOS