summaryrefslogtreecommitdiff
path: root/MAT/strippers.py
diff options
context:
space:
mode:
authorjvoisin2013-03-06 13:11:14 +0100
committerjvoisin2013-03-06 13:11:14 +0100
commit2ab50a6e764cf71bfdc831dfaa80887e8f8cb3ef (patch)
treef3255f854c3bffd09affeafb1a9d6eaad29600dd /MAT/strippers.py
parent8427e8f4aff71a40ea6ba920608c38edd7ee6905 (diff)
Heavy refactoring of mutagen-powered formats
Diffstat (limited to '')
-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