[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
1 changed files with 1 additions and 0 deletions

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',