diff options
Diffstat (limited to 'module/ConfigParser.py')
-rw-r--r-- | module/ConfigParser.py | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/module/ConfigParser.py b/module/ConfigParser.py index 78b612f13..b5c5911b8 100644 --- a/module/ConfigParser.py +++ b/module/ConfigParser.py @@ -19,11 +19,11 @@ CONF_VERSION = 1 class ConfigParser: """ holds and manage the configuration - + current dict layout: - + { - + section : { option : { value: @@ -31,10 +31,9 @@ class ConfigParser: desc: } desc: - + } - - + """ |