WASTEconst.py goes one level above the toolbox directory.

This commit is contained in:
Jack Jansen 2003-02-21 22:11:45 +00:00
parent 036f999669
commit 2bc4a47c86
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ OBJECT2 = "WEObjectReference"
def main():
input = WASTEDIR + "WASTE.h"
output = SHORT + "gen.py"
defsoutput = TOOLBOXDIR + "WASTEconst.py"
defsoutput = os.path.join(os.path.split(TOOLBOXDIR)[0], "WASTEconst.py")
scanner = MyScanner(input, output, defsoutput)
scanner.scan()
## scanner.gentypetest(SHORT+"typetest.py")