diff options
author | 2014-11-03 12:09:04 +0100 | |
---|---|---|
committer | 2014-11-03 12:09:04 +0100 | |
commit | 8e921a978e79d93da3036ce3bdc1fb176c74fabb (patch) | |
tree | 4f85e170c25e1c482fbfd7ccc59cae0f7d68aaca /module/plugins/Hook.py | |
parent | [CaptchaManager] Custom timeout support (diff) | |
download | pyload-8e921a978e79d93da3036ce3bdc1fb176c74fabb.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/Hook.py')
-rw-r--r-- | module/plugins/Hook.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/Hook.py b/module/plugins/Hook.py index ede084c3a..18b54d8c0 100644 --- a/module/plugins/Hook.py +++ b/module/plugins/Hook.py @@ -26,7 +26,7 @@ class Hook(Base): """ __name__ = "Hook" __type__ = "hook" - __version__ = "0.2" + __version__ = "0.02" __config__ = [] #: [("name", "type", "desc", "default")] |