[Python-checkins] python/dist/src/Mac/Modules/drag dragscan.py,1.3,1.4

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Mon, 05 Aug 2002 14:13:09 -0700


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

Modified Files:
	dragscan.py 
Log Message:
Fixed the last two bgen-based modules to be buildable on OSX.


Index: dragscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/drag/dragscan.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** dragscan.py	5 Aug 2002 15:39:27 -0000	1.3
--- dragscan.py	5 Aug 2002 21:13:07 -0000	1.4
***************
*** 2,6 ****
  import sys
  import os
! from bgenlocations import TOOLBOXDIR, BGENDIR
  sys.path.append(BGENDIR)
  
--- 2,6 ----
  import sys
  import os
! from bgenlocations import TOOLBOXDIR, BGENDIR, INCLUDEDIR
  sys.path.append(BGENDIR)