diff options
Diffstat (limited to 'module/XMLConfigParser.py')
-rw-r--r-- | module/XMLConfigParser.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/module/XMLConfigParser.py b/module/XMLConfigParser.py index ea664e221..bde46afe5 100644 --- a/module/XMLConfigParser.py +++ b/module/XMLConfigParser.py @@ -112,6 +112,9 @@ class XMLConfigParser(): def getConfig(self): return Config(self) + + def getConfigDict(self): + return self.config def set(self, section, data, value): root = self.root |