diff options
Diffstat (limited to 'lib/images.py')
| -rw-r--r-- | lib/images.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/images.py b/lib/images.py index 76696fd..4441b70 100644 --- a/lib/images.py +++ b/lib/images.py | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | import parser | 1 | import parser |
| 2 | 2 | ||
| 3 | class BmpStripper(parser.Generic_parser): | ||
| 4 | def _should_remove(self, field): | ||
| 5 | return False | ||
| 6 | |||
| 3 | class JpegStripper(parser.Generic_parser): | 7 | class JpegStripper(parser.Generic_parser): |
| 4 | def _should_remove(self, field): | 8 | def _should_remove(self, field): |
| 5 | if field.name.startswith('comment'): | 9 | if field.name.startswith('comment'): |
