diff options
| author | 2015-10-10 17:49:14 +0200 | |
|---|---|---|
| committer | 2015-10-10 17:49:14 +0200 | |
| commit | 8e15c1af88b61cebda68a3b40352bf388c2010c7 (patch) | |
| tree | bd1fb40094d907ccad41b4770f947cf9cac020cf /module/plugins/hooks/Captcha9Kw.py | |
| parent | Merge branch 'pr/n1997_GammaC0de' into stable (diff) | |
| download | pyload-8e15c1af88b61cebda68a3b40352bf388c2010c7.tar.xz | |
Spare code cosmetics (3)
Diffstat (limited to 'module/plugins/hooks/Captcha9Kw.py')
| -rw-r--r-- | module/plugins/hooks/Captcha9Kw.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hooks/Captcha9Kw.py b/module/plugins/hooks/Captcha9Kw.py index 61b496ec6..16a76a792 100644 --- a/module/plugins/hooks/Captcha9Kw.py +++ b/module/plugins/hooks/Captcha9Kw.py @@ -8,11 +8,11 @@ import time from base64 import b64encode from module.network.HTTPRequest import BadHeader -from module.plugins.internal.Hook import Hook, threaded +from module.plugins.internal.Addon import Addon, threaded -class Captcha9Kw(Hook): - __name__ = "Captcha9Kw" +class Captcha9Kw(Addon): + __name = "Captcha9Kw" __type__ = "hook" __version__ = "0.30" __status__ = "testing" |
