summaryrefslogtreecommitdiffstats
path: root/module/ConfigParser.py
diff options
context:
space:
mode:
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):