From b1fffc3a1b2dbbb807213b85f538e59251b9bf35 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 28 Mar 2014 22:32:14 +0100 Subject: Remove bad whitespaces Merged vuolter/pyload@00288e6 --- module/ConfigParser.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'module/ConfigParser.py') 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: - + } - - + """ -- cgit v1.2.3