summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2011-11-28 22:28:22 +0100
committerjvoisin2011-11-28 22:28:22 +0100
commit55c9c6f320ec1dc15896eca62d2e245b05c7ebc2 (patch)
tree31fffe6bad45dc3c05279895fc7be68f20f9feb7
parent358236d3141db29fe57ae35812de51dea1c33689 (diff)
Fix a stupid ident related bug
-rw-r--r--mat/strippers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mat/strippers.py b/mat/strippers.py
index f7c49b0..1cf2271 100644
--- a/mat/strippers.py
+++ b/mat/strippers.py
@@ -29,7 +29,7 @@ except ImportError:
29 print('Unable to import python-poppler and/or python-cairo: no pdf \ 29 print('Unable to import python-poppler and/or python-cairo: no pdf \
30 support') 30 support')
31 31
32 try: # mutangen-python : audio format support 32try: # mutangen-python : audio format support
33 import mutagen 33 import mutagen
34 STRIPPERS['audio/x-flac'] = audio.FlacStripper 34 STRIPPERS['audio/x-flac'] = audio.FlacStripper
35 STRIPPERS['audio/vorbis'] = audio.OggStripper 35 STRIPPERS['audio/vorbis'] = audio.OggStripper