From ee064df13c460a4a0ab4c4f1580fa3336c434d19 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 6 Jan 2014 12:10:39 +0000 Subject: Remove the zip stripper --- MAT/strippers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/MAT/strippers.py b/MAT/strippers.py index 78113ff..5fd4e08 100644 --- a/MAT/strippers.py +++ b/MAT/strippers.py @@ -14,7 +14,6 @@ import subprocess STRIPPERS = { 'application/x-tar': archive.TarStripper, 'application/x-bzip2': archive.Bzip2Stripper, - 'application/zip': archive.ZipStripper, 'audio/mpeg': audio.MpegAudioStripper, 'application/x-bittorrent': misc.TorrentStripper, 'application/opendocument': office.OpenDocumentStripper, -- cgit v1.3