summaryrefslogtreecommitdiffstats
path: root/module/ConfigParser.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-29 17:58:16 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-29 17:58:16 +0200
commitebff9ca1fbcc40ecb81b2051f68e179e505b47df (patch)
tree698ba545b9806be1547440f06cdb0baec09a417f /module/ConfigParser.py
parentsome fixes (diff)
downloadpyload-ebff9ca1fbcc40ecb81b2051f68e179e505b47df.tar.xz
plugin updater
Diffstat (limited to 'module/ConfigParser.py')
-rw-r--r--module/ConfigParser.py8
1 files changed, 4 insertions, 4 deletions
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):