소스 검색

[compat] Add 'compat_input' to __all__

Jaime Marquínez Ferrándiz 9 년 전
부모
커밋
e67f688025
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      youtube_dl/compat.py

+ 1 - 0
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',