summaryrefslogtreecommitdiffstats
path: root/tests/helper/PluginTester.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-20 21:19:14 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-20 21:19:14 +0200
commit37e135d40931617e9e135e15cb0e6dad0667b0cb (patch)
tree62aebc280d4137ab8846b6a3b6982c563f8727c0 /tests/helper/PluginTester.py
parentadded missing init file (diff)
downloadpyload-37e135d40931617e9e135e15cb0e6dad0667b0cb.tar.xz
tried to fix hoster tester, removed unneeded files
Diffstat (limited to 'tests/helper/PluginTester.py')
-rw-r--r--tests/helper/PluginTester.py5
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: