diff options
Diffstat (limited to 'module/plugins/accounts/CyberlockerCh.py')
-rw-r--r-- | module/plugins/accounts/CyberlockerCh.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/CyberlockerCh.py b/module/plugins/accounts/CyberlockerCh.py index 0eaa262eb..1deac2730 100644 --- a/module/plugins/accounts/CyberlockerCh.py +++ b/module/plugins/accounts/CyberlockerCh.py @@ -8,8 +8,8 @@ class CyberlockerCh(XFSPAccount): __version__ = "0.01" __type__ = "account" __description__ = """CyberlockerCh account plugin""" - __author_name__ = ("stickell") - __author_mail__ = ("l.stickell@yahoo.it") + __author_name__ = "stickell" + __author_mail__ = "l.stickell@yahoo.it" MAIN_PAGE = "http://cyberlocker.ch/" |