From cca4127f9853ab029cbf0b55fedced124400952d Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 11:55:03 +0200 Subject: Fix __description__ Merges vuolter/pyload@74bcc70 --- module/plugins/Hook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/Hook.py') diff --git a/module/plugins/Hook.py b/module/plugins/Hook.py index 5efd08bae..48dab7090 100644 --- a/module/plugins/Hook.py +++ b/module/plugins/Hook.py @@ -43,7 +43,7 @@ class Hook(Base): __type__ = "hook" __threaded__ = [] __config__ = [ ("name", "type", "desc" , "default") ] - __description__ = """interface for hook""" + __description__ = """Interface for hook""" __author_name__ = ("mkaay", "RaNaN") __author_mail__ = ("mkaay@mkaay.de", "RaNaN@pyload.org") -- cgit v1.2.3