summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/account/FourSharedCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/account/FourSharedCom.py')
-rw-r--r--pyload/plugin/account/FourSharedCom.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/pyload/plugin/account/FourSharedCom.py b/pyload/plugin/account/FourSharedCom.py
index 84c062e84..3ef865a91 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.03"
+ __name__ = "FourSharedCom"
+ __type__ = "account"
+ __version__ = "0.03"
- __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")]