[Python-checkins] CVS: python/dist/src/Mac/Lib/test aete.py,1.3,1.4

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


Update of /cvsroot/python/python/dist/src/Mac/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv17639/Python/Mac/Lib/test

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

Index: aete.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/test/aete.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** aete.py	1995/02/19 15:56:53	1.3
--- aete.py	2001/08/25 12:01:01	1.4
***************
*** 9,13 ****
  import StringIO
  
! from Res import *
  
  def main():
--- 9,13 ----
  import StringIO
  
! from Carbon.Res import *
  
  def main():