[compat] Add 'compat_input' to __all__
This commit is contained in:
parent
db59b37d0b
commit
e67f688025
1 changed files with 1 additions and 0 deletions
|
@ -628,6 +628,7 @@ __all__ = [
|
||||||
'compat_html_entities',
|
'compat_html_entities',
|
||||||
'compat_http_client',
|
'compat_http_client',
|
||||||
'compat_http_server',
|
'compat_http_server',
|
||||||
|
'compat_input',
|
||||||
'compat_itertools_count',
|
'compat_itertools_count',
|
||||||
'compat_kwargs',
|
'compat_kwargs',
|
||||||
'compat_ord',
|
'compat_ord',
|
||||||
|
|
Loading…
Reference in a new issue