Fix imports and general cleanup
[youtube-dl] / youtube_dl / swfinterp.py
index 2bd264b306f8dc8f53bf6e0b9dec97ecd6e85cb4..e60505ace8b8451666f2aeebea3277bc58cb6297 100644 (file)
@@ -4,8 +4,8 @@ import collections
 import io
 import zlib
 
+from .compat import compat_str
 from .utils import (
-    compat_str,
     ExtractorError,
     struct_unpack,
 )