[Python-checkins] python/dist/src/Mac/Modules/waste wastescan.py,1.12,1.13

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 21 Feb 2003 14:11:48 -0800


Update of /cvsroot/python/python/dist/src/Mac/Modules/waste
In directory sc8-pr-cvs1:/tmp/cvs-serv8570/Mac/Modules/waste

Modified Files:
	wastescan.py 
Log Message:
WASTEconst.py goes one level above the toolbox directory.


Index: wastescan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/waste/wastescan.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** wastescan.py	18 Nov 2002 15:26:43 -0000	1.12
--- wastescan.py	21 Feb 2003 22:11:45 -0000	1.13
***************
*** 20,24 ****
  	input = WASTEDIR + "WASTE.h"
  	output = SHORT + "gen.py"
! 	defsoutput = TOOLBOXDIR + "WASTEconst.py"
  	scanner = MyScanner(input, output, defsoutput)
  	scanner.scan()
--- 20,24 ----
  	input = WASTEDIR + "WASTE.h"
  	output = SHORT + "gen.py"
! 	defsoutput = os.path.join(os.path.split(TOOLBOXDIR)[0], "WASTEconst.py")
  	scanner = MyScanner(input, output, defsoutput)
  	scanner.scan()