From: duplo Date: Tue, 10 Feb 2009 14:29:19 +0000 (+0000) Subject: Change comments X-Git-Tag: 2.1.0~341 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=9f41d37cc8136d4a26e004a93ceb523e008f8486;p=bertos.git Change comments git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2341 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/bertos_utils.py b/wizard/bertos_utils.py index c338c2db..700d72e7 100644 --- a/wizard/bertos_utils.py +++ b/wizard/bertos_utils.py @@ -234,6 +234,9 @@ def loadConfigurationInfos(path): raise DefineException.ConfigurationDefineException(path, name) def loadConfigurationInfosDict(project): + """ + Store in the project the configuration infos as a dict. + """ modules = project.info("MODULES") configurations = {} for module, informations in modules.items(): @@ -278,7 +281,7 @@ def loadModuleInfos(path): def loadModuleInfosDict(project): """ - Return the dict containig all the modules + Store in the project the dict containig all the modules """ moduleInfosDict = {} for filename, path in findDefinitions("*.h", project): @@ -305,7 +308,7 @@ def loadDefineLists(path): def loadDefineListsDict(project): """ - Return the dict containing all the define lists + Store in the project the dict containing all the define lists """ defineListsDict = {} for filename, path in findDefinitions("*.h", project):