From 9f41d37cc8136d4a26e004a93ceb523e008f8486 Mon Sep 17 00:00:00 2001 From: duplo Date: Tue, 10 Feb 2009 14:29:19 +0000 Subject: [PATCH] Change comments git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2341 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/bertos_utils.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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): -- 2.25.1