summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/LofCc.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/LofCc.py')
-rw-r--r--pyload/plugins/crypter/LofCc.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/LofCc.py b/pyload/plugins/crypter/LofCc.py
index 955ae56d7..65c9b18bd 100644
--- a/pyload/plugins/crypter/LofCc.py
+++ b/pyload/plugins/crypter/LofCc.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 LofCc(DeadCrypter):
@@ -14,3 +14,6 @@ class LofCc(DeadCrypter):
__description__ = """Lof.cc decrypter plugin"""
__license__ = "GPLv3"
__authors__ = [("mkaay", "mkaay@mkaay.de")]
+
+
+getInfo = create_getInfo(LofCc)