[Python-checkins] CVS: python/dist/src/Mac/Lib ic.py,1.4,1.5

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


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

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

Index: ic.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/ic.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ic.py	2001/01/29 13:27:46	1.4
--- ic.py	2001/08/25 12:05:18	1.5
***************
*** 4,8 ****
  import string
  import sys
! import Res
  import macfs
  import macostools
--- 4,8 ----
  import string
  import sys
! from Carbon import Res
  import macfs
  import macostools