[Python-checkins] python/dist/src/Mac/Modules/ae aescan.py,1.13,1.14

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/ae
In directory usw-pr-cvs1:/tmp/cvs-serv2925/ae

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


Index: aescan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/ae/aescan.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** aescan.py	17 Dec 2001 11:47:27 -0000	1.13
--- aescan.py	5 Aug 2002 15:39:23 -0000	1.14
***************
*** 8,14 ****
  import MacOS
  
! BGENDIR=os.path.join(sys.prefix, ':Tools:bgen:bgen')
  sys.path.append(BGENDIR)
- from bgenlocations import TOOLBOXDIR
  
  from scantools import Scanner
--- 8,13 ----
  import MacOS
  
! from bgenlocations import TOOLBOXDIR, BGENDIR
  sys.path.append(BGENDIR)
  
  from scantools import Scanner