[Python-checkins] python/dist/src/Mac/Modules/list listscan.py,1.9,1.10

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Mon, 05 Aug 2002 08:40:00 -0700


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

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


Index: listscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/list/listscan.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** listscan.py	16 Dec 2001 20:18:05 -0000	1.9
--- listscan.py	5 Aug 2002 15:39:28 -0000	1.10
***************
*** 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 = "Lists"
--- 3,9 ----
  import sys
  import os
! from bgenlocations import TOOLBOXDIR, BGENDIR
  sys.path.append(BGENDIR)
  from scantools import Scanner
  
  LONG = "Lists"