diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-12-01 00:08:11 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-12-01 00:08:11 +0100 |
commit | 95270599f2a0d0042c75f63f30a3e013849439f7 (patch) | |
tree | ced2dc611ed51e43251b980e2a1578fe90674858 /pyload/Core.py | |
parent | Updated translations (diff) | |
download | pyload-95270599f2a0d0042c75f63f30a3e013849439f7.tar.xz |
fixed are few addons and improved crypter workarounds
Diffstat (limited to 'pyload/Core.py')
-rw-r--r-- | pyload/Core.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/Core.py b/pyload/Core.py index 3c56e2afe..328a25c94 100644 --- a/pyload/Core.py +++ b/pyload/Core.py @@ -384,6 +384,7 @@ class Core(object): self.api = Api(self) self.scheduler = Scheduler(self) + self.js = JsEngine() #hell yeah, so many important managers :D self.pluginManager = PluginManager(self) @@ -393,8 +394,6 @@ class Core(object): self.addonManager = AddonManager(self) self.remoteManager = RemoteManager(self) - self.js = JsEngine() - # enough initialization for test cases if tests: return |