From ff21df6b2ccdaf5161351ab69086d358a98c241d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 29 Jul 2010 20:08:07 +0200 Subject: restart working and client information --- module/plugins/Crypter.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'module/plugins/Crypter.py') diff --git a/module/plugins/Crypter.py b/module/plugins/Crypter.py index 09558ad0b..e0459c714 100644 --- a/module/plugins/Crypter.py +++ b/module/plugins/Crypter.py @@ -27,3 +27,13 @@ class Crypter(Plugin): __description__ = """Base crypter plugin""" __author_name__ = ("mkaay") __author_mail__ = ("mkaay@mkaay.de") + + #---------------------------------------------------------------------- + def createPackage(self, name, urls): + """ create a new package """ + pass + + def fillCurrentPackage(self, name, urls): + """ rename current package and fill with urls""" + pass + \ No newline at end of file -- cgit v1.2.3