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