diff options
Diffstat (limited to 'pyload/plugins/crypter/CCF.py')
-rw-r--r-- | pyload/plugins/crypter/CCF.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/crypter/CCF.py b/pyload/plugins/crypter/CCF.py index ab7ff1099..8013f34f2 100644 --- a/pyload/plugins/crypter/CCF.py +++ b/pyload/plugins/crypter/CCF.py @@ -15,8 +15,8 @@ class CCF(Crypter): __version__ = "0.2" __pattern__ = r"(?!http://).*\.ccf$" __description__ = """CCF Container Convert Plugin""" - __author_name__ = ("Willnix") - __author_mail__ = ("Willnix@pyload.org") + __author_name__ = "Willnix" + __author_mail__ = "Willnix@pyload.org" def decrypt(self, pyfile): |