diff options
Diffstat (limited to 'module/plugins/hoster/PandaplaNet.py')
-rw-r--r-- | module/plugins/hoster/PandaplaNet.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/module/plugins/hoster/PandaplaNet.py b/module/plugins/hoster/PandaplaNet.py index 0a6e499ee..ebc0fdaa7 100644 --- a/module/plugins/hoster/PandaplaNet.py +++ b/module/plugins/hoster/PandaplaNet.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- -from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo +from module.plugins.internal.DeadHoster import DeadHoster class PandaplaNet(DeadHoster): __name__ = "PandaplaNet" __type__ = "hoster" - __version__ = "0.06" + __version__ = "0.07" __status__ = "stable" __pattern__ = r'http://(?:www\.)?pandapla\.net/\w{12}' @@ -15,6 +15,3 @@ class PandaplaNet(DeadHoster): __description__ = """Pandapla.net hoster plugin""" __license__ = "GPLv3" __authors__ = [("t4skforce", "t4skforce1337[AT]gmail[DOT]com")] - - -getInfo = create_getInfo(PandaplaNet) |