From 8e15c1af88b61cebda68a3b40352bf388c2010c7 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 10 Oct 2015 17:49:14 +0200 Subject: Spare code cosmetics (3) --- module/plugins/hooks/CaptchaBrotherhood.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module/plugins/hooks/CaptchaBrotherhood.py') diff --git a/module/plugins/hooks/CaptchaBrotherhood.py b/module/plugins/hooks/CaptchaBrotherhood.py index a8abb1600..642bd23e6 100644 --- a/module/plugins/hooks/CaptchaBrotherhood.py +++ b/module/plugins/hooks/CaptchaBrotherhood.py @@ -14,7 +14,7 @@ except ImportError: import Image from module.network.RequestFactory import getRequest as get_request -from module.plugins.internal.Hook import Hook, threaded +from module.plugins.internal.Addon import Addon, threaded class CaptchaBrotherhoodException(Exception): @@ -35,8 +35,8 @@ class CaptchaBrotherhoodException(Exception): return "" % self.err -class CaptchaBrotherhood(Hook): - __name__ = "CaptchaBrotherhood" +class CaptchaBrotherhood(Addon): + __name = "CaptchaBrotherhood" __type__ = "hook" __version__ = "0.10" __status__ = "testing" -- cgit v1.2.3