Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / movieclips.py
index 456807dd1c4487332a4e0006448074010e86117b..04e17d0551c7a46feff1822c4dc4be38d00cc520 100644 (file)
@@ -3,9 +3,11 @@ from __future__ import unicode_literals
 import re
 
 from .common import InfoExtractor
+from ..compat import (
+    compat_str,
+)
 from ..utils import (
     ExtractorError,
-    compat_str,
     clean_html,
 )