aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/compat.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2016-06-05 23:16:08 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2016-06-05 23:16:08 +0200
commite67f6880257068c395d38e24a5e13f69902e1e4c (patch)
treee638d6345e35308f5f14d3ccb86230d95c9ffc74 /youtube_dl/compat.py
parentdb59b37d0bb2bbb4894f28b6b65d1d7f5496444d (diff)
downloadyoutube-dl-e67f6880257068c395d38e24a5e13f69902e1e4c.zip
youtube-dl-e67f6880257068c395d38e24a5e13f69902e1e4c.tar.gz
youtube-dl-e67f6880257068c395d38e24a5e13f69902e1e4c.tar.bz2
[compat] Add 'compat_input' to __all__
Diffstat (limited to 'youtube_dl/compat.py')
-rw-r--r--youtube_dl/compat.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/compat.py b/youtube_dl/compat.py
index fabac9f..e3cab4d 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',