瀏覽代碼

[test_compat] Fix alphabetic order to make test_all_present pass

Sergey M․ 10 年之前
父節點
當前提交
987493aef3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/compat.py

+ 1 - 1
youtube_dl/compat.py

@@ -369,8 +369,8 @@ __all__ = [
     'compat_ord',
     'compat_parse_qs',
     'compat_print',
-    'compat_str',
     'compat_socket_create_connection',
+    'compat_str',
     'compat_subprocess_get_DEVNULL',
     'compat_urllib_error',
     'compat_urllib_parse',