From: duplo Date: Mon, 16 Feb 2009 10:18:45 +0000 (+0000) Subject: Change the filename of the file to parse X-Git-Tag: 2.1.0~335 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b713eefbd7239079a79b2df8900d833030a9c1fc;p=bertos.git Change the filename of the file to parse git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2347 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/newParser.py b/wizard/newParser.py index 86aad567..f79581f9 100644 --- a/wizard/newParser.py +++ b/wizard/newParser.py @@ -73,7 +73,7 @@ def main(): try: defineLists = {} modules = {} - commentList = getCommentList(open("test/to_parse.h", "r").read()) + commentList = getCommentList(open("test/to_parse", "r").read()) toBeParsedm, moduleInfo = loadModuleDefinition(commentList[0]) modules.update(moduleInfo) if toBeParsed: