diff options
author | spoob <spoob@gmx.de> | 2009-11-07 17:29:31 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-11-07 17:29:31 +0100 |
commit | 248ae9322e67647f62ccc6aedd513552047c4497 (patch) | |
tree | ddcac3c87a717e357dec3de185fb473dcdabc651 /pyLoadCore.py | |
parent | fixed old bug (diff) | |
download | pyload-248ae9322e67647f62ccc6aedd513552047c4497.tar.xz |
netload premium, second try, fixed #33
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 = {} |