From 24f86275533c577c80c3ae65effb006559e670e0 Mon Sep 17 00:00:00 2001 From: duplo Date: Mon, 19 Jan 2009 18:23:22 +0000 Subject: [PATCH] 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 --- wizard/bertos_utils.py | 9 +++++++++ 1 file changed, 9 insertions(+) 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}