[Python-checkins] python/dist/src/Mac/Modules/app appscan.py,1.8,1.9

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


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

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


Index: appscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/app/appscan.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** appscan.py	6 Jan 2002 23:03:39 -0000	1.8
--- appscan.py	5 Aug 2002 15:39:24 -0000	1.9
***************
*** 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 = "Appearance"
--- 3,9 ----
  import sys
  import os
! from bgenlocations import TOOLBOXDIR, BGENDIR
  sys.path.append(BGENDIR)
  from scantools import Scanner
  
  LONG = "Appearance"