Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / novamov.py
index 2e7ab1e4f9ce23c422fddf478b23b1497aac02ae..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
 )
 
 
@@ -66,4 +68,4 @@ class NovaMovIE(InfoExtractor):
             'url': video_url,
             'title': title,
             'description': description
-        }
\ No newline at end of file
+        }