[Python-checkins] python/dist/src/Mac/Modules/carbonevt CarbonEvtscan.py,1.7,1.8
jackjansen@users.sourceforge.net
jackjansen@users.sourceforge.net
2002年8月05日 08:39:57 -0700
Update of /cvsroot/python/python/dist/src/Mac/Modules/carbonevt
In directory usw-pr-cvs1:/tmp/cvs-serv2925/carbonevt
Modified Files:
CarbonEvtscan.py
Log Message:
Enable building of Carbon toolbox modules with unix-Python.
Index: CarbonEvtscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/carbonevt/CarbonEvtscan.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** CarbonEvtscan.py 9 Jan 2002 18:54:16 -0000 1.7
--- CarbonEvtscan.py 5 Aug 2002 15:39:24 -0000 1.8
***************
*** 7,14 ****
import sys
! BGENDIR= os.path.join(sys.prefix, ':Tools:bgen:bgen:')
sys.path.append(BGENDIR)
-
- from bgenlocations import TOOLBOXDIR
from scantools import Scanner, Scanner_OSX
--- 7,12 ----
import sys
! from bgenlocations import TOOLBOXDIR, BGENDIR
sys.path.append(BGENDIR)
from scantools import Scanner, Scanner_OSX