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