treat the DAV namespace as default (XML output is nicer)
This commit is contained in:
parent
663fda4ecb
commit
ae0851be35
@ -41,6 +41,8 @@ NAMESPACES = {
|
||||
|
||||
|
||||
for short, url in NAMESPACES.items():
|
||||
if short == "D":
|
||||
short = ""
|
||||
ET._namespace_map[url] = short
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user