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

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


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

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

Index: buildtools.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/buildtools.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** buildtools.py	2001/02/17 23:30:19	1.8
--- buildtools.py	2001/08/25 12:01:58	1.9
***************
*** 7,11 ****
  import marshal
  import macfs
! import Res
  import MACFS
  import MacOS
--- 7,11 ----
  import marshal
  import macfs
! from Carbon import Res
  import MACFS
  import MacOS