diff options
Diffstat (limited to 'module/plugins/internal')
-rw-r--r-- | module/plugins/internal/DeadCrypter.py | 4 | ||||
-rw-r--r-- | module/plugins/internal/DeadHoster.py | 4 | ||||
-rw-r--r-- | module/plugins/internal/XFSPAccount.py | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/module/plugins/internal/DeadCrypter.py b/module/plugins/internal/DeadCrypter.py index 51e24a00a..772c38113 100644 --- a/module/plugins/internal/DeadCrypter.py +++ b/module/plugins/internal/DeadCrypter.py @@ -7,8 +7,8 @@ class DeadCrypter(_Crypter): __pattern__ = r"" __version__ = "0.01" __description__ = """Crypter is no longer available""" - __author_name__ = ("stickell") - __author_mail__ = ("l.stickell@yahoo.it") + __author_name__ = "stickell" + __author_mail__ = "l.stickell@yahoo.it" def setup(self): self.fail("Crypter is no longer available") diff --git a/module/plugins/internal/DeadHoster.py b/module/plugins/internal/DeadHoster.py index ba6abc0c5..9fb2d155e 100644 --- a/module/plugins/internal/DeadHoster.py +++ b/module/plugins/internal/DeadHoster.py @@ -12,8 +12,8 @@ class DeadHoster(_Hoster): __pattern__ = r"" __version__ = "0.11" __description__ = """Hoster is no longer available""" - __author_name__ = ("zoidberg") - __author_mail__ = ("zoidberg@mujmail.cz") + __author_name__ = "zoidberg" + __author_mail__ = "zoidberg@mujmail.cz" def setup(self): self.fail("Hoster is no longer available") diff --git a/module/plugins/internal/XFSPAccount.py b/module/plugins/internal/XFSPAccount.py index e4f211216..bc6061e6a 100644 --- a/module/plugins/internal/XFSPAccount.py +++ b/module/plugins/internal/XFSPAccount.py @@ -29,8 +29,8 @@ class XFSPAccount(Account): __version__ = "0.05" __type__ = "account" __description__ = """XFileSharingPro account base""" - __author_name__ = ("zoidberg") - __author_mail__ = ("zoidberg@mujmail.cz") + __author_name__ = "zoidberg" + __author_mail__ = "zoidberg@mujmail.cz" MAIN_PAGE = None |