diff options
| author | 2015-03-26 12:44:15 +0100 | |
|---|---|---|
| committer | 2015-03-26 12:44:15 +0100 | |
| commit | ce103ce1e60661f7bcdf6a033335134de61d48b1 (patch) | |
| tree | 29b9421062cc8341dc10b6ca65e9a64802c3db71 /pyload/plugin/account/FshareVn.py | |
| parent | .min.css -> .css (diff) | |
| download | pyload-ce103ce1e60661f7bcdf6a033335134de61d48b1.tar.xz | |
Prepare to merging
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 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")] |
