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