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

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


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

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


Index: qdoffsscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/qdoffs/qdoffsscan.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** qdoffsscan.py	12 Dec 1999 21:41:40 -0000	1.2
--- qdoffsscan.py	5 Aug 2002 15:39:29 -0000	1.3
***************
*** 2,8 ****
  import sys
  import os
! BGENDIR=os.path.join(sys.prefix, ':Tools:bgen:bgen')
  sys.path.append(BGENDIR)
- from bgenlocations import TOOLBOXDIR
  
  from scantools import Scanner
--- 2,7 ----
  import sys
  import os
! from bgenlocations import TOOLBOXDIR, BGENDIR
  sys.path.append(BGENDIR)
  
  from scantools import Scanner