[Python-checkins] python/dist/src/Mac/Modules/ibcarbon IBCarbonscan.py,1.2,1.3

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Mon, 05 Aug 2002 08:40:00 -0700


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

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


Index: IBCarbonscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/ibcarbon/IBCarbonscan.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** IBCarbonscan.py	4 Aug 2002 21:59:37 -0000	1.2
--- IBCarbonscan.py	5 Aug 2002 15:39:28 -0000	1.3
***************
*** 4,13 ****
  import os
  import string
- import MacOS
  
! BGENDIR= '/Users/jack/src/python/Tools/bgen/bgen'
  sys.path.append(BGENDIR)
- print sys.path, sys.prefix
- from bgenlocations import TOOLBOXDIR
  
  from scantools import Scanner_OSX
--- 4,10 ----
  import os
  import string
  
! from bgenlocations import TOOLBOXDIR, BGENDIR
  sys.path.append(BGENDIR)
  
  from scantools import Scanner_OSX