From 32ba2f79389ccf4f7d40197837c02d28bb13261d Mon Sep 17 00:00:00 2001 From: mkaay Date: Mon, 17 May 2010 00:01:05 +0200 Subject: new plugin interface test, ShareonlineBiz + SerienjunkiesOrg + MegauploadedCom fix, other stuff --- module/plugins/Container.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'module/plugins/Container.py') diff --git a/module/plugins/Container.py b/module/plugins/Container.py index 2a7196f14..794c52508 100644 --- a/module/plugins/Container.py +++ b/module/plugins/Container.py @@ -27,3 +27,15 @@ class Container(Plugin): __description__ = """Base container plugin""" __author_name__ = ("mkaay") __author_mail__ = ("mkaay@mkaay.de") + + def decrypt(self): + pass + + def createNewPackage(self): + return False + + def getPackages(self): + return [] + + def getLinks(self): + return [] -- cgit v1.2.3