summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/Hook.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-15 19:00:15 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-15 19:00:15 +0200
commit7bc0b193735b5e98c33ae6f0f10e3d49d441fdf0 (patch)
tree962e91d25d55ade89ddcb9fe1c5b0e6bcf5ad98a /module/plugins/internal/Hook.py
parentFix https://github.com/pyload/pyload/issues/1504 (diff)
downloadpyload-7bc0b193735b5e98c33ae6f0f10e3d49d441fdf0.tar.xz
Fix https://github.com/pyload/pyload/issues/1503
Diffstat (limited to 'module/plugins/internal/Hook.py')
-rw-r--r--module/plugins/internal/Hook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Hook.py b/module/plugins/internal/Hook.py
index 0eec4c008..0eeca5556 100644
--- a/module/plugins/internal/Hook.py
+++ b/module/plugins/internal/Hook.py
@@ -24,7 +24,7 @@ def threaded(fn):
class Hook(Base):
__name__ = "Hook"
__type__ = "hook"
- __version__ = "0.06"
+ __version__ = "0.07"
__config__ = [] #: [("name", "type", "desc", "default")]
__threaded__ = [] #@TODO: Remove in 0.4.10