summaryrefslogtreecommitdiffstats
path: root/module/Plugin.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 /module/Plugin.py
parentfinally and officially: webinterface home page working ;) (diff)
downloadpyload-324ed3da96b07d42da753d1314495724ef4c2b7a.tar.xz
removed Mp3Convert, just load plugin config once
Diffstat (limited to 'module/Plugin.py')
-rw-r--r--module/Plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Plugin.py b/module/Plugin.py
index 45371c3af..2e61a1b55 100644
--- a/module/Plugin.py
+++ b/module/Plugin.py
@@ -31,7 +31,7 @@ from module.download_thread import CaptchaError
class Plugin():
def __init__(self, parent):
- self.configparser = XMLConfigParser(join("module","config","plugin.xml"))
+ self.configparser = parent.core.parser_plugins
self.config = {}
props = {}
props['name'] = "BasePlugin"