summaryrefslogtreecommitdiffstats
path: root/tests/helper/Stubs.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-08-08 17:38:35 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-08-08 17:38:35 +0200
commit52f6599748ef61219112111dc5db71f3342b076d (patch)
treee3627ded64b7e98493ca1ec7bd182aaa1774252e /tests/helper/Stubs.py
parentMultiHosters: moved settings to addon plugins. (diff)
downloadpyload-52f6599748ef61219112111dc5db71f3342b076d.tar.xz
adapted account api to multi user, fixed http referer bug
Diffstat (limited to 'tests/helper/Stubs.py')
-rw-r--r--tests/helper/Stubs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/helper/Stubs.py b/tests/helper/Stubs.py
index 551778828..81b7d8a09 100644
--- a/tests/helper/Stubs.py
+++ b/tests/helper/Stubs.py
@@ -75,6 +75,7 @@ class Core:
self.addonManager = AddonManager()
self.eventManager = self.evm = NoopClass()
self.interactionManager = self.im = NoopClass()
+ self.scheduler = NoopClass()
self.js = JsEngine()
self.cache = {}
self.packageCache = {}