From ce103ce1e60661f7bcdf6a033335134de61d48b1 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 26 Mar 2015 12:44:15 +0100 Subject: Prepare to merging --- pyload/plugin/container/DLC.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pyload/plugin/container/DLC.py') diff --git a/pyload/plugin/container/DLC.py b/pyload/plugin/container/DLC.py index 451bab06f..8b8a0199b 100644 --- a/pyload/plugin/container/DLC.py +++ b/pyload/plugin/container/DLC.py @@ -12,15 +12,15 @@ from pyload.utils import decode, fs_encode class DLC(Container): - __name = "DLC" - __type = "container" - __version = "0.24" + __name__ = "DLC" + __type__ = "container" + __version__ = "0.24" - __pattern = r'.+\.dlc$' + __pattern__ = r'.+\.dlc$' - __description = """DLC container decrypter plugin""" - __license = "GPLv3" - __authors = [("RaNaN", "RaNaN@pyload.org"), + __description__ = """DLC container decrypter plugin""" + __license__ = "GPLv3" + __authors__ = [("RaNaN", "RaNaN@pyload.org"), ("spoob", "spoob@pyload.org"), ("mkaay", "mkaay@mkaay.de"), ("Schnusch", "Schnusch@users.noreply.github.com"), -- cgit v1.2.3