diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-07-20 21:19:14 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-07-20 21:19:14 +0200 |
commit | 37e135d40931617e9e135e15cb0e6dad0667b0cb (patch) | |
tree | 62aebc280d4137ab8846b6a3b6982c563f8727c0 /tests/helper/PluginTester.py | |
parent | added missing init file (diff) | |
download | pyload-37e135d40931617e9e135e15cb0e6dad0667b0cb.tar.xz |
tried to fix hoster tester, removed unneeded files
Diffstat (limited to 'tests/helper/PluginTester.py')
-rw-r--r-- | tests/helper/PluginTester.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/helper/PluginTester.py b/tests/helper/PluginTester.py index 9312eb7bf..2bfb16af7 100644 --- a/tests/helper/PluginTester.py +++ b/tests/helper/PluginTester.py @@ -16,7 +16,8 @@ from json import loads from Stubs import Thread, Core, noop from pyload.network.RequestFactory import getRequest, getURL -from pyload.plugins.Hoster import Hoster, Abort, Fail +from pyload.plugins.Base import Abort, Fail +from pyload.plugins.Hoster import Hoster def _wait(self): """ waits the time previously set """ @@ -106,8 +107,6 @@ def respond(ticket, value): finally: f.close() - - def invalidCaptcha(self): log(DEBUG, "Captcha invalid") if self.cTask: |