Fix imports and general cleanup
[youtube-dl] / youtube_dl / downloader / common.py
index 2a566eabe5ecb564ff1f102dd100c1798a26d436..8181bca093c227d1f11b1c2d91d61f026749a731 100644 (file)
@@ -5,8 +5,8 @@ import re
 import sys
 import time
 
+from ..compat import compat_str
 from ..utils import (
-    compat_str,
     encodeFilename,
     format_bytes,
     timeconvert,