[utils,compat] Move struct_pack and struct_unpack to compat.py
[youtube-dl] / youtube_dl / downloader / f4m.py
index 664d87543d07f7c357b803e0a0058034b71276a6..b282fe3d63b9c6b77509878ff47564457c830efc 100644 (file)
@@ -12,13 +12,13 @@ from ..compat import (
     compat_urlparse,
     compat_urllib_error,
     compat_urllib_parse_urlparse,
+    struct_pack,
+    struct_unpack,
 )
 from ..utils import (
     encodeFilename,
     fix_xml_ampersands,
     sanitize_open,
-    struct_pack,
-    struct_unpack,
     xpath_text,
 )