From 324ed3da96b07d42da753d1314495724ef4c2b7a Mon Sep 17 00:00:00 2001 From: spoob Date: Wed, 13 Jan 2010 11:18:03 +0100 Subject: removed Mp3Convert, just load plugin config once --- pyLoadCore.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyLoadCore.py') 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 -- cgit v1.2.3