diff options
Diffstat (limited to 'lib/mat.py')
| -rw-r--r-- | lib/mat.py | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -32,6 +32,7 @@ strippers = { | |||
| 32 | hachoir_parser.archive.TarFile: archive.TarStripper, | 32 | hachoir_parser.archive.TarFile: archive.TarStripper, |
| 33 | hachoir_parser.archive.gzip_parser.GzipParser: archive.GzipStripper, | 33 | hachoir_parser.archive.gzip_parser.GzipParser: archive.GzipStripper, |
| 34 | hachoir_parser.archive.bzip2_parser.Bzip2Parser: archive.Bzip2Stripper, | 34 | hachoir_parser.archive.bzip2_parser.Bzip2Parser: archive.Bzip2Stripper, |
| 35 | hachoir_parser.archive.zip.ZipFile: archive.ZipStripper, | ||
| 35 | } | 36 | } |
| 36 | 37 | ||
| 37 | def secure_remove(filename): | 38 | def secure_remove(filename): |
