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/hoster/RPNetBiz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/RPNetBiz.py') diff --git a/module/plugins/hoster/RPNetBiz.py b/module/plugins/hoster/RPNetBiz.py index 5462b1e47..4e88a19e9 100644 --- a/module/plugins/hoster/RPNetBiz.py +++ b/module/plugins/hoster/RPNetBiz.py @@ -8,7 +8,7 @@ class RPNetBiz(Hoster): __name__ = "RPNetBiz" __version__ = "0.1" __type__ = "hoster" - __description__ = """RPNet.Biz hoster plugin""" + __description__ = """RPNet.biz hoster plugin""" __pattern__ = r"https?://.*rpnet\.biz" __author_name__ = "Dman" __author_mail__ = "dmanugm@gmail.com" -- cgit v1.2.3