fix TestCompat test_all_present
[youtube-dl] / youtube_dl / compat.py
index de9ba2c14e418ff2617d0af16f89b5c3476ed4d0..8b4d0287c4d15fd85208c11e629c11058c7d8a87 100644 (file)
@@ -451,7 +451,9 @@ __all__ = [
     'compat_subprocess_get_DEVNULL',
     'compat_urllib_error',
     'compat_urllib_parse',
+    'compat_urllib_parse_asciire',
     'compat_urllib_parse_unquote',
+    'compat_urllib_parse_unquote_to_bytes',
     'compat_urllib_parse_urlparse',
     'compat_urllib_request',
     'compat_urlparse',