diff options
Diffstat (limited to 'lib/images.py')
| -rw-r--r-- | lib/images.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/images.py b/lib/images.py index 9fa9999..d090015 100644 --- a/lib/images.py +++ b/lib/images.py | |||
| @@ -7,7 +7,7 @@ import parser | |||
| 7 | 7 | ||
| 8 | class JpegStripper(parser.GenericParser): | 8 | class JpegStripper(parser.GenericParser): |
| 9 | ''' | 9 | ''' |
| 10 | Represents a .jpeg file | 10 | represents a jpeg file |
| 11 | ''' | 11 | ''' |
| 12 | def _should_remove(self, field): | 12 | def _should_remove(self, field): |
| 13 | ''' | 13 | ''' |
| @@ -23,7 +23,7 @@ class JpegStripper(parser.GenericParser): | |||
| 23 | 23 | ||
| 24 | class PngStripper(parser.GenericParser): | 24 | class PngStripper(parser.GenericParser): |
| 25 | ''' | 25 | ''' |
| 26 | Represents a .png file | 26 | represents a png file |
| 27 | ''' | 27 | ''' |
| 28 | def _should_remove(self, field): | 28 | def _should_remove(self, field): |
| 29 | ''' | 29 | ''' |
