From c6ba3ae11f9296108a297fc78ae68f3c8461a3da Mon Sep 17 00:00:00 2001 From: Nitzo Date: Sat, 30 Jan 2016 04:04:52 +0200 Subject: [misc] Move `threaded`, `Expose` form Addon to misc --- module/plugins/hooks/DeathByCaptcha.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module/plugins/hooks/DeathByCaptcha.py') diff --git a/module/plugins/hooks/DeathByCaptcha.py b/module/plugins/hooks/DeathByCaptcha.py index f8e637aff..389bf47d9 100644 --- a/module/plugins/hooks/DeathByCaptcha.py +++ b/module/plugins/hooks/DeathByCaptcha.py @@ -10,8 +10,8 @@ import pycurl from module.network.HTTPRequest import BadHeader from module.network.RequestFactory import getRequest as get_request -from module.plugins.internal.Addon import Addon, threaded -from module.plugins.internal.misc import json +from module.plugins.internal.Addon import Addon +from module.plugins.internal.misc import json, threaded class DeathByCaptchaException(Exception): @@ -51,7 +51,7 @@ class DeathByCaptchaException(Exception): class DeathByCaptcha(Addon): __name__ = "DeathByCaptcha" __type__ = "hook" - __version__ = "0.12" + __version__ = "0.13" __status__ = "testing" __config__ = [("activated" , "bool" , "Activated" , False), -- cgit v1.2.3