From: Jack Jansen Date: Fri, 21 Feb 2003 22:11:45 +0000 (+0000) Subject: WASTEconst.py goes one level above the toolbox directory. X-Git-Tag: v2.3c1~1730 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2bc4a47c865898d346c6044e6a6d55f3e070524b;p=thirdparty%2FPython%2Fcpython.git WASTEconst.py goes one level above the toolbox directory. --- diff --git a/Mac/Modules/waste/wastescan.py b/Mac/Modules/waste/wastescan.py index bb186aa80829..1d7bdcb1eae6 100644 --- a/Mac/Modules/waste/wastescan.py +++ b/Mac/Modules/waste/wastescan.py @@ -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")