Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / slideshare.py
index 5864b9936cca2e4d0ba3a0fa217884c21f897ed7..e7d776e7bd8bd3334ff0da1203cd91d52508a6ef 100644 (file)
@@ -4,8 +4,10 @@ import re
 import json
 
 from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
     compat_urlparse,
+)
+from ..utils import (
     ExtractorError,
 )