summaryrefslogtreecommitdiffstats
path: root/module/plugins/Plugin.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-05 22:55:22 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-05 22:55:22 +0200
commit3e0bc9a0fb4dd6324e9764bc31f4686d672b70f4 (patch)
tree42265eeda90cbea3693ca28bc545afc630a2693b /module/plugins/Plugin.py
parentchanged dl function for test purpose (diff)
downloadpyload-3e0bc9a0fb4dd6324e9764bc31f4686d672b70f4.tar.xz
general js api + pyv8 support
Diffstat (limited to 'module/plugins/Plugin.py')
-rw-r--r--module/plugins/Plugin.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py
index 04df13978..1568b0917 100644
--- a/module/plugins/Plugin.py
+++ b/module/plugins/Plugin.py
@@ -105,7 +105,8 @@ class Plugin(object):
self.pyfile = pyfile
self.thread = None # holds thread in future
- self.lastDownload = "" #location where the last call to download was saved
+ self.lastDownload = "" # location where the last call to download was saved
+ self.js = self.core.js # js engine
self.setup()