From ce103ce1e60661f7bcdf6a033335134de61d48b1 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 26 Mar 2015 12:44:15 +0100 Subject: Prepare to merging --- pyload/plugin/account/FshareVn.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pyload/plugin/account/FshareVn.py') diff --git a/pyload/plugin/account/FshareVn.py b/pyload/plugin/account/FshareVn.py index ffddabaa1..282a17751 100644 --- a/pyload/plugin/account/FshareVn.py +++ b/pyload/plugin/account/FshareVn.py @@ -8,13 +8,13 @@ from pyload.plugin.Account import Account class FshareVn(Account): - __name = "FshareVn" - __type = "account" - __version = "0.09" + __name__ = "FshareVn" + __type__ = "account" + __version__ = "0.09" - __description = """Fshare.vn account plugin""" - __license = "GPLv3" - __authors = [("zoidberg", "zoidberg@mujmail.cz"), + __description__ = """Fshare.vn account plugin""" + __license__ = "GPLv3" + __authors__ = [("zoidberg", "zoidberg@mujmail.cz"), ("stickell", "l.stickell@yahoo.it")] -- cgit v1.2.3