From f6e5359110f4bd5facc04a98f94acbc41b6e5228 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 3 Oct 2014 21:20:20 +0200 Subject: Update pyload to the new plugins structure --- pyload/plugins/addon/Ev0InFetcher.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyload/plugins/addon/Ev0InFetcher.py') diff --git a/pyload/plugins/addon/Ev0InFetcher.py b/pyload/plugins/addon/Ev0InFetcher.py index 0df65ceb6..535d16264 100644 --- a/pyload/plugins/addon/Ev0InFetcher.py +++ b/pyload/plugins/addon/Ev0InFetcher.py @@ -4,12 +4,12 @@ import feedparser from time import mktime, time -from pyload.plugins.base.Hook import Hook +from pyload.plugins.base.Addon import Addon -class Ev0InFetcher(Hook): +class Ev0InFetcher(Addon): __name__ = "Ev0InFetcher" - __type__ = "hook" + __type__ = "addon" __version__ = "0.21" __config__ = [("activated", "bool", "Activated", False), -- cgit v1.2.3