mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-06 14:47:35 +03:00
treat the DAV namespace as default (XML output is nicer)
This commit is contained in:
parent
663fda4ecb
commit
ae0851be35
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ NAMESPACES = {
|
|||
|
||||
|
||||
for short, url in NAMESPACES.items():
|
||||
if short == "D":
|
||||
short = ""
|
||||
ET._namespace_map[url] = short
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue