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

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


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

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

Index: aetypes.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/aetypes.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** aetypes.py	2001/08/19 22:05:00	1.1
--- aetypes.py	2001/08/25 12:01:13	1.2
***************
*** 1,5 ****
  """aetypes - Python objects representing various AE types."""
  
! from AppleEvents import *
  import struct
  from types import *
--- 1,5 ----
  """aetypes - Python objects representing various AE types."""
  
! from Carbon.AppleEvents import *
  import struct
  from types import *