1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-07 18:30:54 +00:00

Refactoring

This commit is contained in:
Tuna Celik 2020-08-17 02:26:30 +02:00
parent bfe4332ac5
commit dc92a88584

View file

@ -40,8 +40,8 @@ from xml.etree import ElementTree as ET
import defusedxml.ElementTree as DefusedET
import pkg_resources
from radicale import (auth, hook, httputils, log, pathutils, rights, storage, web,
xmlutils)
from radicale import (auth, hook, httputils, log, pathutils, rights, storage,
web, xmlutils)
from radicale.app.delete import ApplicationDeleteMixin
from radicale.app.get import ApplicationGetMixin
from radicale.app.head import ApplicationHeadMixin