From 161c25993fa0c34ad3a40416ca6b9580aef4b36d Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 5 Oct 2014 12:19:40 +0200 Subject: Fix refs on hook plugins + add missing __init__ files --- pyload/plugins/hook/ExpertDecoders.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyload/plugins/hook/ExpertDecoders.py') diff --git a/pyload/plugins/hook/ExpertDecoders.py b/pyload/plugins/hook/ExpertDecoders.py index 87979a8a8..3f0f64f1e 100644 --- a/pyload/plugins/hook/ExpertDecoders.py +++ b/pyload/plugins/hook/ExpertDecoders.py @@ -9,12 +9,12 @@ from uuid import uuid4 from pyload.network.HTTPRequest import BadHeader from pyload.network.RequestFactory import getURL, getRequest -from pyload.plugins.base.Addon import Addon +from pyload.plugins.base.Hook import Hook -class ExpertDecoders(Addon): +class ExpertDecoders(Hook): __name__ = "ExpertDecoders" - __type__ = "addon" + __type__ = "hook" __version__ = "0.01" __config__ = [("activated", "bool", "Activated", False), -- cgit v1.2.3