[Python-checkins] CVS: python/dist/src/Mac/Lib macostools.py,1.11,1.12

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


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

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

Index: macostools.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/macostools.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** macostools.py	2001/03/06 22:46:25	1.11
--- macostools.py	2001/08/25 12:06:52	1.12
***************
*** 6,10 ****
  
  import macfs
! import Res
  import os
  from MACFS import *
--- 6,10 ----
  
  import macfs
! from Carbon import Res
  import os
  from MACFS import *