WASTEconst.py goes one level above the toolbox directory.
This commit is contained in:
parent
036f999669
commit
2bc4a47c86
@ -19,7 +19,7 @@ OBJECT2 = "WEObjectReference"
|
|||||||
def main():
|
def main():
|
||||||
input = WASTEDIR + "WASTE.h"
|
input = WASTEDIR + "WASTE.h"
|
||||||
output = SHORT + "gen.py"
|
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 = MyScanner(input, output, defsoutput)
|
||||||
scanner.scan()
|
scanner.scan()
|
||||||
## scanner.gentypetest(SHORT+"typetest.py")
|
## scanner.gentypetest(SHORT+"typetest.py")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user