From 248ae9322e67647f62ccc6aedd513552047c4497 Mon Sep 17 00:00:00 2001 From: spoob Date: Sat, 7 Nov 2009 17:29:31 +0100 Subject: netload premium, second try, fixed #33 --- pyLoadCore.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index c6410e6a6..8cd0f2bb9 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -60,7 +60,9 @@ class Core(object): """ pyLoad main """ def __init__(self): + chdir(dirname(abspath(__file__)) + sep) + self.config = {} self.plugin_folder = "module" + sep + "plugins" self.plugins_avaible = {} -- cgit v1.2.3