summaryrefslogtreecommitdiff
path: root/MAT/strippers.py
diff options
context:
space:
mode:
Diffstat (limited to 'MAT/strippers.py')
-rw-r--r--MAT/strippers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/MAT/strippers.py b/MAT/strippers.py
index 4b673fe..2bd17e1 100644
--- a/MAT/strippers.py
+++ b/MAT/strippers.py
@@ -64,4 +64,3 @@ except OSError: # if exiftool is not installed, use hachoir
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
67