diff options
Diffstat (limited to 'libmat/archive.py')
| -rw-r--r-- | libmat/archive.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libmat/archive.py b/libmat/archive.py index 61028ef..a662e61 100644 --- a/libmat/archive.py +++ b/libmat/archive.py | |||
| @@ -47,6 +47,11 @@ class GenericArchiveStripper(parser.GenericParser): | |||
| 47 | """ | 47 | """ |
| 48 | return self.is_clean(list_unsupported=True) | 48 | return self.is_clean(list_unsupported=True) |
| 49 | 49 | ||
| 50 | def remove_all(self): | ||
| 51 | """ Virtual method to remove all compromising fields | ||
| 52 | """ | ||
| 53 | raise NotImplementedError | ||
| 54 | |||
| 50 | 55 | ||
| 51 | class ZipStripper(GenericArchiveStripper): | 56 | class ZipStripper(GenericArchiveStripper): |
| 52 | """ Represent a zip file | 57 | """ Represent a zip file |
