diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-10 17:49:14 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-10 17:49:14 +0200 |
commit | 8e15c1af88b61cebda68a3b40352bf388c2010c7 (patch) | |
tree | bd1fb40094d907ccad41b4770f947cf9cac020cf /module/plugins/hooks/ClickNLoad.py | |
parent | Merge branch 'pr/n1997_GammaC0de' into stable (diff) | |
download | pyload-8e15c1af88b61cebda68a3b40352bf388c2010c7.tar.xz |
Spare code cosmetics (3)
Diffstat (limited to 'module/plugins/hooks/ClickNLoad.py')
-rw-r--r-- | module/plugins/hooks/ClickNLoad.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/ClickNLoad.py b/module/plugins/hooks/ClickNLoad.py index 13975ecb5..8f2c1f36c 100644 --- a/module/plugins/hooks/ClickNLoad.py +++ b/module/plugins/hooks/ClickNLoad.py @@ -27,7 +27,7 @@ def forward(source, destination): #@TODO: IPv6 support class ClickNLoad(Addon): - __name__ = "ClickNLoad" + __name = "ClickNLoad" __type__ = "hook" __version__ = "0.48" __status__ = "testing" @@ -37,7 +37,7 @@ class ClickNLoad(Addon): ("extern" , "bool" , "Listen for external connections", True ), ("dest" , "queue;collector", "Add packages to" , "collector")] - __description__ = """Click'n'Load hook plugin""" + __description__ = """Click'n'Load support""" __license__ = "GPLv3" __authors__ = [("RaNaN" , "RaNaN@pyload.de" ), ("Walter Purcaro", "vuolter@gmail.com")] |