summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/SimpleHoster.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-27 23:05:13 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-27 23:05:13 +0100
commitaa0751bcfd995e308bcd586a6965c75e68b1274b (patch)
tree8eba27735d57ca5b7137588efe219f845734de17 /module/plugins/internal/SimpleHoster.py
parent[Api] Fix addPackage folder generator (diff)
downloadpyload-aa0751bcfd995e308bcd586a6965c75e68b1274b.tar.xz
Code cosmetics
Diffstat (limited to 'module/plugins/internal/SimpleHoster.py')
-rw-r--r--module/plugins/internal/SimpleHoster.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py
index ca84dc33e..782655007 100644
--- a/module/plugins/internal/SimpleHoster.py
+++ b/module/plugins/internal/SimpleHoster.py
@@ -157,17 +157,18 @@ def timestamp():
class SimpleHoster(Hoster):
- __name__ = "SimpleHoster"
- __type__ = "hoster"
+ __name__ = "SimpleHoster"
+ __type__ = "hoster"
__version__ = "0.42"
__pattern__ = None
+ __config__ = []
__description__ = """Simple hoster plugin"""
- __license__ = "GPLv3"
- __authors__ = [("zoidberg", "zoidberg@mujmail.cz"),
- ("stickell", "l.stickell@yahoo.it"),
- ("Walter Purcaro", "vuolter@gmail.com")]
+ __license__ = "GPLv3"
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz"),
+ ("stickell", "l.stickell@yahoo.it"),
+ ("Walter Purcaro", "vuolter@gmail.com")]
"""