diff options
Diffstat (limited to 'module/plugins/accounts/File4safeCom.py')
-rw-r--r-- | module/plugins/accounts/File4safeCom.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/accounts/File4safeCom.py b/module/plugins/accounts/File4safeCom.py index e8574b51e..bcf48772f 100644 --- a/module/plugins/accounts/File4safeCom.py +++ b/module/plugins/accounts/File4safeCom.py @@ -9,8 +9,7 @@ class File4safeCom(XFSPAccount): __version__ = "0.02" __description__ = """File4safe.com account plugin""" - __author_name__ = "stickell" - __author_mail__ = "l.stickell@yahoo.it" + __authors__ = [("stickell", "l.stickell@yahoo.it")] HOSTER_URL = "http://www.file4safe.com/" |