[Python-checkins] python/dist/src/Mac/Modules/cf cfscan.py,1.10,1.11

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Mon, 05 Aug 2002 08:39:58 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules/cf
In directory usw-pr-cvs1:/tmp/cvs-serv2925/cf

Modified Files:
	cfscan.py 
Log Message:
Enable building of Carbon toolbox modules with unix-Python.


Index: cfscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cf/cfscan.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** cfscan.py	13 May 2002 21:21:44 -0000	1.10
--- cfscan.py	5 Aug 2002 15:39:25 -0000	1.11
***************
*** 3,10 ****
  import sys
  import os
! BGENDIR=os.path.join(sys.prefix, ':Tools:bgen:bgen')
  sys.path.append(BGENDIR)
  from scantools import Scanner_OSX
- from bgenlocations import TOOLBOXDIR
  
  LONG = "CoreFoundation"
--- 3,9 ----
  import sys
  import os
! from bgenlocations import TOOLBOXDIR, BGENDIR
  sys.path.append(BGENDIR)
  from scantools import Scanner_OSX
  
  LONG = "CoreFoundation"