Browse Source

[compat] add compat_etree_register_namespace to __all__ list

master-ytdl-org
Remita Amine 8 years ago
parent
commit
da162c1135
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/compat.py

+ 1
- 0
youtube_dl/compat.py 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',


Loading…
Cancel
Save