From c0d3b2d6dd9f34dcf53db7047defdcc2c214eb79 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 1 Jul 2011 17:48:52 +0200 Subject: sphinx documentation --- module/plugins/Hook.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'module/plugins/Hook.py') 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" -- cgit v1.2.3