diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-29 17:58:16 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-29 17:58:16 +0200 |
commit | ebff9ca1fbcc40ecb81b2051f68e179e505b47df (patch) | |
tree | 698ba545b9806be1547440f06cdb0baec09a417f /module/ConfigParser.py | |
parent | some fixes (diff) | |
download | pyload-ebff9ca1fbcc40ecb81b2051f68e179e505b47df.tar.xz |
plugin updater
Diffstat (limited to 'module/ConfigParser.py')
-rw-r--r-- | module/ConfigParser.py | 8 |
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): |