summaryrefslogtreecommitdiff
path: root/MAT
diff options
context:
space:
mode:
authorjvoisin2014-01-06 12:10:39 +0000
committerjvoisin2014-01-06 12:10:39 +0000
commitee064df13c460a4a0ab4c4f1580fa3336c434d19 (patch)
treed97061b689eb63df09709718e6da0d21c61271eb /MAT
parent1abbb32ccb8747c8d30b8fcde6a0e2898816fc69 (diff)
Remove the zip stripper
Diffstat (limited to 'MAT')
-rw-r--r--MAT/strippers.py1
1 files changed, 0 insertions, 1 deletions
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
14STRIPPERS = { 14STRIPPERS = {
15 'application/x-tar': archive.TarStripper, 15 'application/x-tar': archive.TarStripper,
16 'application/x-bzip2': archive.Bzip2Stripper, 16 'application/x-bzip2': archive.Bzip2Stripper,
17 'application/zip': archive.ZipStripper,
18 'audio/mpeg': audio.MpegAudioStripper, 17 'audio/mpeg': audio.MpegAudioStripper,
19 'application/x-bittorrent': misc.TorrentStripper, 18 'application/x-bittorrent': misc.TorrentStripper,
20 'application/opendocument': office.OpenDocumentStripper, 19 'application/opendocument': office.OpenDocumentStripper,