[test_compat] Fix alphabetic order to make test_all_present pass
authorSergey M․ <dstftw@gmail.com>
Sun, 11 Jan 2015 09:13:03 +0000 (15:13 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 11 Jan 2015 09:13:03 +0000 (15:13 +0600)
youtube_dl/compat.py

index 44a902573e56e2df184ff6d677d49dc265f7973e..07ceaa17004f226dad1c87269d2d14b871e4910d 100644 (file)
@@ -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',