]> jfr.im git - yt-dlp.git/commitdiff
[compat] Add 'compat_input' to __all__
authorJaime Marquínez Ferrándiz <redacted>
Sun, 5 Jun 2016 21:16:08 +0000 (23:16 +0200)
committerJaime Marquínez Ferrándiz <redacted>
Sun, 5 Jun 2016 21:16:08 +0000 (23:16 +0200)
youtube_dl/compat.py

index fabac9fd2400240d4da0da3b355a6926408cc283..e3cab4dd0ff40c3813dd46faa16b6de64f5b7bbd 100644 (file)
@@ -628,6 +628,7 @@ def compat_struct_unpack(spec, *args):
     'compat_html_entities',
     'compat_http_client',
     'compat_http_server',
+    'compat_input',
     'compat_itertools_count',
     'compat_kwargs',
     'compat_ord',