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.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/plugins/Crypter.py b/module/plugins/Crypter.py
index 6a0fd467b..b127777e7 100644
--- a/module/plugins/Crypter.py
+++ b/module/plugins/Crypter.py
@@ -5,9 +5,11 @@ from module.plugins.Plugin import Plugin
class Crypter(Plugin):
__name__ = "Crypter"
+ __type__ = "crypter"
__version__ = "0.1"
+
__pattern__ = None
- __type__ = "crypter"
+
__description__ = """Base decrypter plugin"""
__author_name__ = "mkaay"
__author_mail__ = "mkaay@mkaay.de"