mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
Python 3 support and minor fixes.
This commit is contained in:
parent
4a0d3936e8
commit
4ee09cf817
11 changed files with 66 additions and 70 deletions
|
@ -31,8 +31,7 @@ in them for XML requests (all but PUT).
|
|||
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
import config
|
||||
import ical
|
||||
from radicale import config, ical
|
||||
|
||||
# TODO: This is a well-known and accepted hack for ET to avoid ET from renaming
|
||||
# namespaces, which is accepted in XML norm but often not in XML
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue