diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-11-03 12:09:04 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-11-03 12:09:04 +0100 |
commit | 8e921a978e79d93da3036ce3bdc1fb176c74fabb (patch) | |
tree | 4f85e170c25e1c482fbfd7ccc59cae0f7d68aaca /module/plugins/Hoster.py | |
parent | [CaptchaManager] Custom timeout support (diff) | |
download | pyload-8e921a978e79d93da3036ce3bdc1fb176c74fabb.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/Hoster.py')
-rw-r--r-- | module/plugins/Hoster.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/module/plugins/Hoster.py b/module/plugins/Hoster.py index 0768391e5..22e8dbfcb 100644 --- a/module/plugins/Hoster.py +++ b/module/plugins/Hoster.py @@ -11,7 +11,7 @@ def getInfo(self): class Hoster(Plugin): __name__ = "Hoster" __type__ = "hoster" - __version__ = "0.1" + __version__ = "0.02" __pattern__ = None __config__ = [] #: [("name", "type", "desc", "default")] @@ -19,3 +19,6 @@ class Hoster(Plugin): __description__ = """Base hoster plugin""" __license__ = "GPLv3" __authors__ = [("mkaay", "mkaay@mkaay.de")] + + + html = None |