diff options
| author | jvoisin | 2013-03-06 13:23:52 +0100 |
|---|---|---|
| committer | jvoisin | 2013-03-06 13:23:52 +0100 |
| commit | b7848465cb833c36843921e32fa4903fe2bc73f4 (patch) | |
| tree | 19a9a57baa0239217ddddca171083e8a436e5d81 /MAT/strippers.py | |
| parent | 16487c064343d6d0f710d7b0ca8f7060b4289528 (diff) | |
Some minor syntastic sugar
Diffstat (limited to 'MAT/strippers.py')
| -rw-r--r-- | MAT/strippers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAT/strippers.py b/MAT/strippers.py index 2bd17e1..bde58ca 100644 --- a/MAT/strippers.py +++ b/MAT/strippers.py | |||
| @@ -60,7 +60,7 @@ try: | |||
| 60 | import exiftool | 60 | import exiftool |
| 61 | STRIPPERS['image/jpeg'] = exiftool.JpegStripper | 61 | STRIPPERS['image/jpeg'] = exiftool.JpegStripper |
| 62 | STRIPPERS['image/png'] = exiftool.PngStripper | 62 | STRIPPERS['image/png'] = exiftool.PngStripper |
| 63 | except OSError: # if exiftool is not installed, use hachoir | 63 | except OSError: # if exiftool is not installed, use hachoir instead |
| 64 | print('Unable to find exiftool: limited images support') | 64 | print('Unable to find exiftool: limited images support') |
| 65 | STRIPPERS['image/jpeg'] = images.JpegStripper | 65 | STRIPPERS['image/jpeg'] = images.JpegStripper |
| 66 | STRIPPERS['image/png'] = images.PngStripper | 66 | STRIPPERS['image/png'] = images.PngStripper |
