From 2db634796bd5426c11f7849ce480265091f128c8 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 13 Apr 2015 17:34:59 +0200 Subject: Cleanup (2) --- pyload/plugin/extractor/UnRar.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pyload/plugin/extractor/UnRar.py') diff --git a/pyload/plugin/extractor/UnRar.py b/pyload/plugin/extractor/UnRar.py index 32d33bc51..cad58ff4f 100644 --- a/pyload/plugin/extractor/UnRar.py +++ b/pyload/plugin/extractor/UnRar.py @@ -49,8 +49,6 @@ class UnRar(Extractor): @classmethod - - def isUsable(cls): if os.name == "nt": try: @@ -82,8 +80,6 @@ class UnRar(Extractor): @classmethod - - def isMultipart(cls, filename): return True if cls.re_multipart.search(filename) else False -- cgit v1.2.3