diff options
| author | jvoisin | 2011-08-05 12:06:47 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-05 12:06:47 +0200 |
| commit | 5a6bd3a9312f1d3444ebb9343353812bde7702da (patch) | |
| tree | 29d9b8456b9da67201c74dbc2616de8ed890003f /lib/mat.py | |
| parent | 503e926812d35032ed527c81e78444f362a5d527 (diff) | |
Tests for openxml format, and some improvement for this format support
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, |
