diff options
| author | jvoisin | 2011-08-05 13:30:34 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-05 13:30:34 +0200 |
| commit | 4b4c34d561c4ba81274c861de47c9807dbe76ca8 (patch) | |
| tree | 28c5d17b07af292a31ee1fdb356a527119b8dcb3 /lib/images.py | |
| parent | 52c074ffb9dbefe5f967385770246d8df237ce5e (diff) | |
Cleanup, and cosmetic
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 | ''' |
