From: Sergey M․ Date: Sun, 11 Jan 2015 09:13:03 +0000 (+0600) Subject: [test_compat] Fix alphabetic order to make test_all_present pass X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=987493aef37cce273a10ddfbe540a41a4c6a67cd;p=youtube-dl [test_compat] Fix alphabetic order to make test_all_present pass --- diff --git a/youtube_dl/compat.py b/youtube_dl/compat.py index 44a902573..07ceaa170 100644 --- a/youtube_dl/compat.py +++ b/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',