From 55c9c6f320ec1dc15896eca62d2e245b05c7ebc2 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 28 Nov 2011 22:28:22 +0100 Subject: Fix a stupid ident related bug --- mat/strippers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: print('Unable to import python-poppler and/or python-cairo: no pdf \ support') - try: # mutangen-python : audio format support +try: # mutangen-python : audio format support import mutagen STRIPPERS['audio/x-flac'] = audio.FlacStripper STRIPPERS['audio/vorbis'] = audio.OggStripper -- cgit v1.3