From: Jaime Marquínez Ferrándiz Date: Sun, 5 Jun 2016 21:16:08 +0000 (+0200) Subject: [compat] Add 'compat_input' to __all__ X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=e67f6880257068c395d38e24a5e13f69902e1e4c [compat] Add 'compat_input' to __all__ --- diff --git a/youtube_dl/compat.py b/youtube_dl/compat.py index fabac9fd2..e3cab4dd0 100644 --- a/youtube_dl/compat.py +++ b/youtube_dl/compat.py @@ -628,6 +628,7 @@ __all__ = [ 'compat_html_entities', 'compat_http_client', 'compat_http_server', + 'compat_input', 'compat_itertools_count', 'compat_kwargs', 'compat_ord',