diff options
Diffstat (limited to 'module/plugins/hoster/ZShareNet.py')
-rw-r--r-- | module/plugins/hoster/ZShareNet.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hoster/ZShareNet.py b/module/plugins/hoster/ZShareNet.py index dc96facbe..a6a34143f 100644 --- a/module/plugins/hoster/ZShareNet.py +++ b/module/plugins/hoster/ZShareNet.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 ZShareNet(DeadHoster): @@ -12,8 +12,8 @@ class ZShareNet(DeadHoster): __description__ = """ZShare.net hoster plugin""" __license__ = "GPLv3" - __authors__ = [("espes", None), - ("Cptn Sandwich", None)] + __authors__ = [("espes", ""), + ("Cptn Sandwich", "")] getInfo = create_getInfo(ZShareNet) |