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

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


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

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

Index: baetypes.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Contrib/PythonScript/baetypes.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** baetypes.py	2000/12/12 22:13:36	1.2
--- baetypes.py	2001/08/25 12:01:38	1.3
***************
*** 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 *