summaryrefslogtreecommitdiffstats
path: root/module/XMLConfigParser.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-01-03 14:58:28 +0100
committerGravatar spoob <spoob@gmx.de> 2010-01-03 14:58:28 +0100
commit3e3ba5240d20a5eb8df669272cb0f3d838d8fcfa (patch)
tree1b014c6b20844f13cab2a65aca25d5b953c0bde4 /module/XMLConfigParser.py
parentnew xmlparser (diff)
downloadpyload-3e3ba5240d20a5eb8df669272cb0f3d838d8fcfa.tar.xz
Full Config File
Diffstat (limited to 'module/XMLConfigParser.py')
-rw-r--r--module/XMLConfigParser.py3
1 files changed, 3 insertions, 0 deletions
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