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

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


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

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

Index: cfmfile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/cfmfile.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** cfmfile.py	2001/05/17 12:44:35	1.3
--- cfmfile.py	2001/08/25 12:02:03	1.4
***************
*** 8,12 ****
  import macfs
  import struct
! import Res
  import os
  import sys
--- 8,12 ----
  import macfs
  import struct
! from Carbon import Res
  import os
  import sys