summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts
diff options
context:
space:
mode:
authorGravatar synweap15 <shamdog+github@gmail.com> 2014-11-03 14:44:44 +0100
committerGravatar synweap15 <shamdog+github@gmail.com> 2014-11-03 14:44:44 +0100
commit005710831caa04bbe372b54ac357658963fe02bb (patch)
treefe1e2758df9e3e09fc09d249118950e249f4c925 /module/plugins/accounts
parentfix to work with python 2.5 (diff)
downloadpyload-005710831caa04bbe372b54ac357658963fe02bb.tar.xz
New __authors__ key, added __license__
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r--module/plugins/accounts/RapideoPl.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/RapideoPl.py b/module/plugins/accounts/RapideoPl.py
index f35d23827..438ce7ad3 100644
--- a/module/plugins/accounts/RapideoPl.py
+++ b/module/plugins/accounts/RapideoPl.py
@@ -13,8 +13,8 @@ class RapideoPl(Account):
__version__ = "0.01"
__type__ = "account"
__description__ = "Rapideo.pl account plugin"
- __author_name__ = ("goddie")
- __author_mail__ = ("dev@rapideo.pl")
+ __license__ = "GPLv3"
+ __authors__ = [("goddie", "dev@rapideo.pl")]
_api_url = "http://enc.rapideo.pl"