summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-01-13 11:18:03 +0100
committerGravatar spoob <spoob@gmx.de> 2010-01-13 11:18:03 +0100
commit324ed3da96b07d42da753d1314495724ef4c2b7a (patch)
treeae09084233e89578745c2f1808b7f412f913fa2c /pyLoadCore.py
parentfinally and officially: webinterface home page working ;) (diff)
downloadpyload-324ed3da96b07d42da753d1314495724ef4c2b7a.tar.xz
removed Mp3Convert, just load plugin config once
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 5ae81294d..b3f9b9186 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -86,6 +86,8 @@ class Core(object):
self.xmlconfig = XMLConfigParser(join(self.path, "module", "config", "core.xml"))
self.config = self.xmlconfig.getConfig()
+ self.parser_plugins = XMLConfigParser(join(self.path, "module", "config", "plugin.xml"))
+ #~ self.config_plugins = self.parser_plugins.getConfig()
self.do_kill = False
self.do_restart = False