From 993478670168d71c45582f0cba61ed6fb21bb7cb Mon Sep 17 00:00:00 2001 From: mkaay Date: Tue, 30 Mar 2010 14:49:48 +0200 Subject: new server method (get_config) --- module/XMLConfigParser.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'module') 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 -- cgit v1.2.3