summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/addon/MergeFiles.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2015-02-16 03:40:45 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2015-02-16 03:40:45 +0100
commitfcead1870013b6a970eca7878a66dbe783c80ea3 (patch)
tree9837d3b2cacba2f5d1a4c620b1cd02f26571b454 /pyload/plugin/addon/MergeFiles.py
parentInit cosmetics (diff)
downloadpyload-fcead1870013b6a970eca7878a66dbe783c80ea3.tar.xz
Diffstat (limited to 'pyload/plugin/addon/MergeFiles.py')
-rw-r--r--pyload/plugin/addon/MergeFiles.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyload/plugin/addon/MergeFiles.py b/pyload/plugin/addon/MergeFiles.py
index 72dfd583d..18836f6ac 100644
--- a/pyload/plugin/addon/MergeFiles.py
+++ b/pyload/plugin/addon/MergeFiles.py
@@ -12,15 +12,15 @@ from pyload.utils import safe_join, fs_encode
class MergeFiles(Addon):
- __name = "MergeFiles"
- __type = "addon"
- __version = "0.13"
+ __name__ = "MergeFiles"
+ __type__ = "addon"
+ __version__ = "0.13"
- __config = [("activated", "bool", "Activated", True)]
+ __config__ = [("activated", "bool", "Activated", True)]
- __description = """Merges parts splitted with hjsplit"""
- __license = "GPLv3"
- __authors = [("and9000", "me@has-no-mail.com")]
+ __description__ = """Merges parts splitted with hjsplit"""
+ __license__ = "GPLv3"
+ __authors__ = [("and9000", "me@has-no-mail.com")]
BUFFER_SIZE = 4096