diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2016-06-05 23:16:08 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2016-06-05 23:16:08 +0200 |
commit | e67f6880257068c395d38e24a5e13f69902e1e4c (patch) | |
tree | e638d6345e35308f5f14d3ccb86230d95c9ffc74 /youtube_dl | |
parent | db59b37d0bb2bbb4894f28b6b65d1d7f5496444d (diff) |
[compat] Add 'compat_input' to __all__
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/compat.py | 1 |
1 files changed, 1 insertions, 0 deletions
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', |