summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/FilebeerInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/FilebeerInfo.py')
-rw-r--r--pyload/plugins/crypter/FilebeerInfo.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/FilebeerInfo.py b/pyload/plugins/crypter/FilebeerInfo.py
index 75714c81a..8b09cc8cb 100644
--- a/pyload/plugins/crypter/FilebeerInfo.py
+++ b/pyload/plugins/crypter/FilebeerInfo.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-from pyload.plugins.internal.DeadCrypter import DeadCrypter
+from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo
class FilebeerInfo(DeadCrypter):
@@ -14,3 +14,6 @@ class FilebeerInfo(DeadCrypter):
__description__ = """Filebeer.info folder decrypter plugin"""
__license__ = "GPLv3"
__authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
+
+
+getInfo = create_getInfo(FilebeerInfo)