commit: d2d6481afb064b6d809e3b131bd7365e2aeee1e1
parent 43acb120f36a2eb8db88daedb7e451ca90622252
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Mon, 21 Apr 2014 06:49:21 +0200
[mdr] Remove unused imports
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/youtube_dl/extractor/mdr.py b/youtube_dl/extractor/mdr.py
@@ -3,9 +3,6 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
-from ..utils import (
- ExtractorError,
-)
class MDRIE(InfoExtractor):