diff options
Diffstat (limited to 'lib/mat.py')
| -rw-r--r-- | lib/mat.py | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -31,7 +31,6 @@ STRIPPERS = { | |||
| 31 | 'application/x-bzip2': archive.Bzip2Stripper, | 31 | 'application/x-bzip2': archive.Bzip2Stripper, |
| 32 | 'application/zip': archive.ZipStripper, | 32 | 'application/zip': archive.ZipStripper, |
| 33 | 'audio/mpeg': audio.MpegAudioStripper, | 33 | 'audio/mpeg': audio.MpegAudioStripper, |
| 34 | 'image/gif': images.GifStripper, | ||
| 35 | 'image/jpeg': images.JpegStripper, | 34 | 'image/jpeg': images.JpegStripper, |
| 36 | 'image/png': images.PngStripper, | 35 | 'image/png': images.PngStripper, |
| 37 | 'application/vnd.oasis.opendocument': office.OpenDocumentStripper, | 36 | 'application/vnd.oasis.opendocument': office.OpenDocumentStripper, |
