summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-11-07 17:29:31 +0100
committerGravatar spoob <spoob@gmx.de> 2009-11-07 17:29:31 +0100
commit248ae9322e67647f62ccc6aedd513552047c4497 (patch)
treeddcac3c87a717e357dec3de185fb473dcdabc651 /pyLoadCore.py
parentfixed old bug (diff)
downloadpyload-248ae9322e67647f62ccc6aedd513552047c4497.tar.xz
netload premium, second try, fixed #33
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
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 = {}