mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
WASTEconst.py goes one level above the toolbox directory.
This commit is contained in:
parent
036f999669
commit
2bc4a47c86
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue