summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-01-11 15:13:03 +0600
committerSergey M․ <dstftw@gmail.com>2015-01-11 15:13:03 +0600
commit987493aef37cce273a10ddfbe540a41a4c6a67cd (patch)
treea0080d274695d111cc2e9f4dbe768f181b44b959
parent8bfa75451b6506db324e766ef5d815d10eee5619 (diff)
downloadyoutube-dl-987493aef37cce273a10ddfbe540a41a4c6a67cd.tar.gz
youtube-dl-987493aef37cce273a10ddfbe540a41a4c6a67cd.tar.xz
youtube-dl-987493aef37cce273a10ddfbe540a41a4c6a67cd.zip
[test_compat] Fix alphabetic order to make test_all_present pass
-rw-r--r--youtube_dl/compat.py2
1 files changed, 1 insertions, 1 deletions
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',