[Python-checkins] CVS: python/dist/src/Mac/Lib findertools.py,1.7,1.8

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


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

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

Index: findertools.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/findertools.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** findertools.py	2001/07/24 11:37:23	1.7
--- findertools.py	2001/08/25 12:04:33	1.8
***************
*** 16,20 ****
  """
  import Finder
! import AppleEvents
  import aetools
  import MacOS
--- 16,20 ----
  """
  import Finder
! from Carbon import AppleEvents
  import aetools
  import MacOS