summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/SharingmatrixCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/SharingmatrixCom.py')
-rw-r--r--module/plugins/hoster/SharingmatrixCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/SharingmatrixCom.py b/module/plugins/hoster/SharingmatrixCom.py
index fa08a4a8f..a20a36543 100644
--- a/module/plugins/hoster/SharingmatrixCom.py
+++ b/module/plugins/hoster/SharingmatrixCom.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo
+from pyload.plugin.internal.DeadHoster import DeadHoster, create_getInfo
class SharingmatrixCom(DeadHoster):
@@ -13,7 +13,7 @@ class SharingmatrixCom(DeadHoster):
__description__ = """Sharingmatrix.com hoster plugin"""
__license__ = "GPLv3"
__authors__ = [("jeix", "jeix@hasnomail.de"),
- ("paulking", None)]
+ ("paulking", "")]
getInfo = create_getInfo(SharingmatrixCom)