summaryrefslogtreecommitdiffstats
path: root/module/plugins/Crypter.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/Crypter.py')
-rw-r--r--module/plugins/Crypter.py10
1 files changed, 10 insertions, 0 deletions
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