From ebff9ca1fbcc40ecb81b2051f68e179e505b47df Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 29 Aug 2010 17:58:16 +0200 Subject: plugin updater --- module/ConfigParser.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'module/ConfigParser.py') diff --git a/module/ConfigParser.py b/module/ConfigParser.py index c4a507689..d5f753b9b 100644 --- a/module/ConfigParser.py +++ b/module/ConfigParser.py @@ -208,12 +208,12 @@ class ConfigParser: if dest[section].has_key(option): dest[section][option]["value"] = config[section][option]["value"] - else: - dest[section][option] = config[section][option] + #else: + # dest[section][option] = config[section][option] - else: - dest[section] = config[section] + #else: + # dest[section] = config[section] #---------------------------------------------------------------------- def saveConfig(self, config, filename): -- cgit v1.2.3