diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-08-08 17:38:35 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-08-08 17:38:35 +0200 |
commit | 52f6599748ef61219112111dc5db71f3342b076d (patch) | |
tree | e3627ded64b7e98493ca1ec7bd182aaa1774252e /tests/helper/Stubs.py | |
parent | MultiHosters: moved settings to addon plugins. (diff) | |
download | pyload-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.py | 1 |
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 = {} |