summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/container/CCF.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/container/CCF.py')
-rw-r--r--pyload/plugin/container/CCF.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/pyload/plugin/container/CCF.py b/pyload/plugin/container/CCF.py
index 943c114c8..a27511358 100644
--- a/pyload/plugin/container/CCF.py
+++ b/pyload/plugin/container/CCF.py
@@ -15,14 +15,14 @@ from pyload.utils import safe_join
class CCF(Container):
- __name = "CCF"
- __version = "0.20"
+ __name__ = "CCF"
+ __version__ = "0.20"
- __pattern = r'.+\.ccf'
+ __pattern__ = r'.+\.ccf'
- __description = """CCF container decrypter plugin"""
- __license = "GPLv3"
- __authors = [("Willnix", "Willnix@pyload.org")]
+ __description__ = """CCF container decrypter plugin"""
+ __license__ = "GPLv3"
+ __authors__ = [("Willnix", "Willnix@pyload.org")]
def decrypt(self, pyfile):