[Python-checkins] CVS: python/dist/src/Mac/Lib/test tell.py,1.1,1.2

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


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

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

Index: tell.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/test/tell.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tell.py	1996/03/18 14:21:15	1.1
--- tell.py	2001/08/25 12:13:03	1.2
***************
*** 2,7 ****
  # This could be the basis of a Script Editor like application.
  
! from AE import *
! from AppleEvents import *
  import aetools
  import types
--- 2,7 ----
  # This could be the basis of a Script Editor like application.
  
! from Carbon.AE import *
! from Carbon.AppleEvents import *
  import aetools
  import types