From 7ecc4aed5425ebde0ac997e90249f4f937040771 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 29 Sep 2011 00:20:39 +0200 Subject: new plugin Base class providing useful methods --- module/plugins/hooks/Ev0InFetcher.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module/plugins/hooks/Ev0InFetcher.py') diff --git a/module/plugins/hooks/Ev0InFetcher.py b/module/plugins/hooks/Ev0InFetcher.py index bcd53722c..5941cf38c 100644 --- a/module/plugins/hooks/Ev0InFetcher.py +++ b/module/plugins/hooks/Ev0InFetcher.py @@ -19,9 +19,8 @@ from module.lib import feedparser from time import mktime, time from module.plugins.Hook import Hook -from module.plugins.PluginStorage import PluginStorage -class Ev0InFetcher(Hook, PluginStorage): +class Ev0InFetcher(Hook): __name__ = "Ev0InFetcher" __version__ = "0.2" __description__ = """checks rss feeds for ev0.in""" -- cgit v1.2.3