[mdr] Remove unused imports
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 21 Apr 2014 04:49:21 +0000 (06:49 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 21 Apr 2014 04:49:21 +0000 (06:49 +0200)
youtube_dl/extractor/mdr.py

index 271dccf537e9ad5d7aa99e0eba18b7bac19e52e0..1b8c4a32edf5d269b1e9bb9db366487ef2fba981 100644 (file)
@@ -3,9 +3,6 @@ from __future__ import unicode_literals
 import re
 
 from .common import InfoExtractor
-from ..utils import (
-    ExtractorError,
-)
 
 
 class MDRIE(InfoExtractor):