[Python-checkins] CVS: python/dist/src/Mac/Contrib/PythonScript getaete.py,1.1.1.1,1.2

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


Update of /cvsroot/python/python/dist/src/Mac/Contrib/PythonScript
In directory usw-pr-cvs1:/tmp/cvs-serv19015/Python/Mac/Contrib/PythonScript

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

Index: getaete.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Contrib/PythonScript/getaete.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** getaete.py	1998/08/18 14:55:18	1.1.1.1
--- getaete.py	2001/08/25 12:05:09	1.2
***************
*** 19,23 ****
  import macfs
  import string
! from Res import *
  import struct
  
--- 19,23 ----
  import macfs
  import string
! from Carbon.Res import *
  import struct