1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-14 09:09:33 +00:00

[compat] add compat_etree_register_namespace to __all__ list

This commit is contained in:
Remita Amine 2017-02-01 20:15:25 +01:00
parent 5069594993
commit da162c1135

View file

@ -2883,6 +2883,7 @@ __all__ = [
'compat_cookiejar',
'compat_cookies',
'compat_etree_fromstring',
'compat_etree_register_namespace',
'compat_expanduser',
'compat_get_terminal_size',
'compat_getenv',