diff options
author | spoob <spoob@gmx.de> | 2010-01-13 11:18:03 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-01-13 11:18:03 +0100 |
commit | 324ed3da96b07d42da753d1314495724ef4c2b7a (patch) | |
tree | ae09084233e89578745c2f1808b7f412f913fa2c /module/Plugin.py | |
parent | finally and officially: webinterface home page working ;) (diff) | |
download | pyload-324ed3da96b07d42da753d1314495724ef4c2b7a.tar.xz |
removed Mp3Convert, just load plugin config once
Diffstat (limited to 'module/Plugin.py')
-rw-r--r-- | module/Plugin.py | 2 |
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" |