From 3e3ba5240d20a5eb8df669272cb0f3d838d8fcfa Mon Sep 17 00:00:00 2001 From: spoob Date: Sun, 3 Jan 2010 14:58:28 +0100 Subject: Full Config File --- module/XMLConfigParser.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'module/XMLConfigParser.py') diff --git a/module/XMLConfigParser.py b/module/XMLConfigParser.py index 444d45928..0d2094dae 100644 --- a/module/XMLConfigParser.py +++ b/module/XMLConfigParser.py @@ -85,6 +85,9 @@ class XMLConfigParser(): def getConfig(self): return self.config + + def getData(self): + return self.data def set(self, section, option, value): root = self.root -- cgit v1.2.3