Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / franceculture.py
index 898e0dda780df7a83f91226216b7fce4d59818c2..0c29721629a25369621072e4f451e7decdc8df0b 100644 (file)
@@ -5,7 +5,7 @@ import json
 import re
 
 from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
     compat_parse_qs,
     compat_urlparse,
 )