summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/CaptchaBrotherhood.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-08 06:08:01 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-08 06:08:01 +0200
commit0e1ef9bc01579328e17e79416fa3c1c7b77adcc8 (patch)
tree7254ea66d7efee78ececda3ab3eeeb6548b22bca /module/plugins/hooks/CaptchaBrotherhood.py
parentMove base plugins to internal folder (diff)
downloadpyload-0e1ef9bc01579328e17e79416fa3c1c7b77adcc8.tar.xz
Update everything
Diffstat (limited to 'module/plugins/hooks/CaptchaBrotherhood.py')
-rw-r--r--module/plugins/hooks/CaptchaBrotherhood.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/CaptchaBrotherhood.py b/module/plugins/hooks/CaptchaBrotherhood.py
index bda080037..6dbb67335 100644
--- a/module/plugins/hooks/CaptchaBrotherhood.py
+++ b/module/plugins/hooks/CaptchaBrotherhood.py
@@ -13,7 +13,7 @@ except ImportError:
import Image
from module.network.RequestFactory import getURL, getRequest
-from module.plugins.Hook import Hook, threaded
+from module.plugins.internal.Hook import Hook, threaded
class CaptchaBrotherhoodException(Exception):
@@ -37,7 +37,7 @@ class CaptchaBrotherhoodException(Exception):
class CaptchaBrotherhood(Hook):
__name__ = "CaptchaBrotherhood"
__type__ = "hook"
- __version__ = "0.08"
+ __version__ = "0.09"
__config__ = [("username", "str", "Username", ""),
("force", "bool", "Force CT even if client is connected", False),