diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-03-28 22:32:14 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-06-28 02:47:08 +0200 |
commit | b1fffc3a1b2dbbb807213b85f538e59251b9bf35 (patch) | |
tree | c373d3234dcb474bb424371a3d89341bed8a9e07 /module/ConfigParser.py | |
parent | Plugins licensing doc (diff) | |
download | pyload-b1fffc3a1b2dbbb807213b85f538e59251b9bf35.tar.xz |
Remove bad whitespaces
Merged vuolter/pyload@00288e6
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: - + } - - + """ |