From: duplo Date: Mon, 19 Jan 2009 18:23:22 +0000 (+0000) Subject: Add a function for retrieve the modules configurations parameters X-Git-Tag: 2.1.0~500 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=24f86275533c577c80c3ae65effb006559e670e0;p=bertos.git Add a function for retrieve the modules configurations parameters git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2182 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/bertos_utils.py b/wizard/bertos_utils.py index 428e11e6..2e55ffaa 100644 --- a/wizard/bertos_utils.py +++ b/wizard/bertos_utils.py @@ -101,3 +101,12 @@ def getDefinitionBlocks(text): block.append((" ".join(re.findall(r"^\s*\*?\s*(.*?)\s*?$", comment, re.MULTILINE)), define)) block += re.findall(r"/{3}