Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / novamov.py
index 38d05e46604a859247c0b155625ee41f5b556b36..04d779890af1960d65b070d0b2f80e429db21d07 100644 (file)
@@ -3,9 +3,11 @@ from __future__ import unicode_literals
 import re
 
 from .common import InfoExtractor
+from ..compat import (
+    compat_urlparse,
+)
 from ..utils import (
     ExtractorError,
-    compat_urlparse
 )