diff options
Diffstat (limited to 'pyload/plugin/account/Keep2ShareCc.py')
-rw-r--r-- | pyload/plugin/account/Keep2ShareCc.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pyload/plugin/account/Keep2ShareCc.py b/pyload/plugin/account/Keep2ShareCc.py index a3cc2c40d..6ee45c256 100644 --- a/pyload/plugin/account/Keep2ShareCc.py +++ b/pyload/plugin/account/Keep2ShareCc.py @@ -7,13 +7,13 @@ from pyload.plugin.Account import Account class Keep2ShareCc(Account): - __name__ = "Keep2ShareCc" - __type__ = "account" - __version__ = "0.05" + __name = "Keep2ShareCc" + __type = "account" + __version = "0.05" - __description__ = """Keep2Share.cc account plugin""" - __license__ = "GPLv3" - __authors__ = [("aeronaut", "aeronaut@pianoguy.de"), + __description = """Keep2Share.cc account plugin""" + __license = "GPLv3" + __authors = [("aeronaut", "aeronaut@pianoguy.de"), ("Walter Purcaro", "vuolter@gmail.com")] |