summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/extractor/UnRar.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/extractor/UnRar.py')
-rw-r--r--pyload/plugin/extractor/UnRar.py4
1 files changed, 0 insertions, 4 deletions
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