summaryrefslogtreecommitdiffstats
path: root/module/plugins/Hook.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-07-01 17:48:52 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-07-01 17:48:52 +0200
commitc0d3b2d6dd9f34dcf53db7047defdcc2c214eb79 (patch)
tree44a552faaa4d119e1a547a1e74fef54e853a110e /module/plugins/Hook.py
parentnew api class + documentation (diff)
downloadpyload-c0d3b2d6dd9f34dcf53db7047defdcc2c214eb79.tar.xz
sphinx documentation
Diffstat (limited to 'module/plugins/Hook.py')
-rw-r--r--module/plugins/Hook.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/module/plugins/Hook.py b/module/plugins/Hook.py
index 5c8a3384f..8a6355fcd 100644
--- a/module/plugins/Hook.py
+++ b/module/plugins/Hook.py
@@ -40,6 +40,9 @@ def threaded(f):
return run
class Hook():
+ """
+ Base class for hook plugins.
+ """
__name__ = "Hook"
__version__ = "0.2"
__type__ = "hook"