Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / gdcvault.py
index de14ae1fb1edd0600488b8f04c7b400bf310ef5a..d453ec010937b1815bf3a22d568a70ce818224e6 100644 (file)
@@ -3,7 +3,7 @@ from __future__ import unicode_literals
 import re
 
 from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
     compat_urllib_parse,
     compat_urllib_request,
 )