[Python-checkins] CVS: python/dist/src/Mac/Lib/mkcwproject __init__.py,1.9,1.10

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


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

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

Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/mkcwproject/__init__.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** __init__.py	2001/08/11 22:28:11	1.9
--- __init__.py	2001/08/25 12:00:44	1.10
***************
*** 2,6 ****
  import cwtalker
  import os
! import AppleEvents
  import macfs
  
--- 2,6 ----
  import cwtalker
  import os
! from Carbon import AppleEvents
  import macfs