[Python-checkins] python/dist/src/Mac/Modules/help helpscan.py,1.4,1.5

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


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

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


Index: helpscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/help/helpscan.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** helpscan.py	25 Aug 2000 22:04:24 -0000	1.4
--- helpscan.py	5 Aug 2002 15:39:27 -0000	1.5
***************
*** 3,10 ****
  import sys
  import os
! BGENDIR=os.path.join(sys.prefix, ':Tools:bgen:bgen')
  sys.path.append(BGENDIR)
  from scantools import Scanner
- from bgenlocations import TOOLBOXDIR
  
  LONG = "Balloons"
--- 3,9 ----
  import sys
  import os
! from bgenlocations import TOOLBOXDIR, BGENDIR
  sys.path.append(BGENDIR)
  from scantools import Scanner
  
  LONG = "Balloons"