diff options
Diffstat (limited to 'pyload/plugin/account/FourSharedCom.py')
-rw-r--r-- | pyload/plugin/account/FourSharedCom.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pyload/plugin/account/FourSharedCom.py b/pyload/plugin/account/FourSharedCom.py index 127f9d58a..a04c9bc46 100644 --- a/pyload/plugin/account/FourSharedCom.py +++ b/pyload/plugin/account/FourSharedCom.py @@ -5,13 +5,13 @@ from pyload.utils import json_loads class FourSharedCom(Account): - __name__ = "FourSharedCom" - __type__ = "account" - __version__ = "0.04" + __name = "FourSharedCom" + __type = "account" + __version = "0.04" - __description__ = """FourShared.com account plugin""" - __license__ = "GPLv3" - __authors__ = [("zoidberg", "zoidberg@mujmail.cz"), + __description = """FourShared.com account plugin""" + __license = "GPLv3" + __authors = [("zoidberg", "zoidberg@mujmail.cz"), ("stickell", "l.stickell@yahoo.it")] |