[Python-checkins] python/dist/src/Mac/Modules/dlg dlgscan.py,1.15,1.16

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

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


Index: dlgscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/dlg/dlgscan.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** dlgscan.py	16 Dec 2001 20:15:27 -0000	1.15
--- dlgscan.py	5 Aug 2002 15:39:26 -0000	1.16
***************
*** 3,11 ****
  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 = "Dialogs"
--- 3,10 ----
  import sys
  import os
! from bgenlocations import TOOLBOXDIR, BGENDIR
  sys.path.append(BGENDIR)
  
  from scantools import Scanner
  
  LONG = "Dialogs"