projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5069594
)
[compat] add compat_etree_register_namespace to __all__ list
author
Remita Amine
<remitamine@gmail.com>
Wed, 1 Feb 2017 19:15:25 +0000
(20:15 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Wed, 1 Feb 2017 19:15:59 +0000
(20:15 +0100)
youtube_dl/compat.py
patch
|
blob
|
history
diff --git
a/youtube_dl/compat.py
b/youtube_dl/compat.py
index 49e3c90e29852ef849909b5995473bac4d9cbfd8..7189020192601c289f47eafbda40feefd14cde6c 100644
(file)
--- a/
youtube_dl/compat.py
+++ b/
youtube_dl/compat.py
@@
-2883,6
+2883,7
@@
__all__ = [
'compat_cookiejar',
'compat_cookies',
'compat_etree_fromstring',
+ 'compat_etree_register_namespace',
'compat_expanduser',
'compat_get_terminal_size',
'compat_getenv',