From 95270599f2a0d0042c75f63f30a3e013849439f7 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 1 Dec 2013 00:08:11 +0100 Subject: fixed are few addons and improved crypter workarounds --- pyload/Core.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyload/Core.py') 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 -- cgit v1.2.3