diff options
Diffstat (limited to 'pyload/plugin/account/FshareVn.py')
-rw-r--r-- | pyload/plugin/account/FshareVn.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pyload/plugin/account/FshareVn.py b/pyload/plugin/account/FshareVn.py index 85306ce8f..9f0beec84 100644 --- a/pyload/plugin/account/FshareVn.py +++ b/pyload/plugin/account/FshareVn.py @@ -7,13 +7,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")] |