1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

treat the DAV namespace as default (XML output is nicer)

This commit is contained in:
Lukasz Langa 2011-05-11 16:24:55 +02:00
parent 663fda4ecb
commit ae0851be35

View file

@ -41,6 +41,8 @@ NAMESPACES = {
for short, url in NAMESPACES.items():
if short == "D":
short = ""
ET._namespace_map[url] = short