Change the filename of the file to parse
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 16 Feb 2009 10:18:45 +0000 (10:18 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 16 Feb 2009 10:18:45 +0000 (10:18 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2347 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/newParser.py

index 86aad567d11b449899366fa09bdafe20238dd9e9..f79581f9f5af46f0018864131c972190b7f7f6de 100644 (file)
@@ -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: