summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/DeadHoster.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-11-25 12:27:49 +0100
committerGravatar Stefano <l.stickell@yahoo.it> 2013-11-25 12:27:49 +0100
commitcfe3b21334f3eef319a667a477634c025e757fbf (patch)
treeba4a762a6b9873b51a83ab0cab0a98fe715e7466 /module/plugins/internal/DeadHoster.py
parentMerge pull request #412 from vuolter/s/crypter/EasybytezComFolder (diff)
parentInternal plugins PEP8 cleanup (diff)
downloadpyload-cfe3b21334f3eef319a667a477634c025e757fbf.tar.xz
Merge pull request #418 from vuolter/s/internal_PEP8cleanup
Internal plugins code cleanup according to PEP8 guidelines
Diffstat (limited to 'module/plugins/internal/DeadHoster.py')
-rw-r--r--module/plugins/internal/DeadHoster.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/module/plugins/internal/DeadHoster.py b/module/plugins/internal/DeadHoster.py
index e180e2384..ba6abc0c5 100644
--- a/module/plugins/internal/DeadHoster.py
+++ b/module/plugins/internal/DeadHoster.py
@@ -5,6 +5,7 @@ def create_getInfo(plugin):
yield [('#N/A: ' + url, 0, 1, url) for url in urls]
return getInfo
+
class DeadHoster(_Hoster):
__name__ = "DeadHoster"
__type__ = "hoster"
@@ -13,6 +14,6 @@ class DeadHoster(_Hoster):
__description__ = """Hoster is no longer available"""
__author_name__ = ("zoidberg")
__author_mail__ = ("zoidberg@mujmail.cz")
-
+
def setup(self):
- self.fail("Hoster is no longer available") \ No newline at end of file
+ self.fail("Hoster is no longer available")