diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-02-11 14:57:27 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-02-11 14:57:27 +0100 |
commit | d81cc8c0c46d295a3746ac658069820c95efe895 (patch) | |
tree | d8d6df73b9f90452a077b2f93615304bb8654417 /module/HookManager.py | |
parent | Webinterface with lighttpd! locale fixing try. (diff) | |
download | pyload-d81cc8c0c46d295a3746ac658069820c95efe895.tar.xz |
cnl, EOL, path fixes
Diffstat (limited to 'module/HookManager.py')
-rw-r--r-- | module/HookManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/HookManager.py b/module/HookManager.py index a283a7349..01d191ce4 100644 --- a/module/HookManager.py +++ b/module/HookManager.py @@ -28,7 +28,7 @@ from module.XMLConfigParser import XMLConfigParser class HookManager(): def __init__(self, core): self.core = core - self.configParser = XMLConfigParser(join("module", "config", "plugin.xml")) + self.configParser = XMLConfigParser(join(core.path, "module", "config", "plugin.xml")) self.configParser.loadData() self.config = self.configParser.getConfig() self.logger = logging.getLogger("log") |