mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
Refactoring
This commit is contained in:
parent
bfe4332ac5
commit
dc92a88584
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ from xml.etree import ElementTree as ET
|
||||||
import defusedxml.ElementTree as DefusedET
|
import defusedxml.ElementTree as DefusedET
|
||||||
import pkg_resources
|
import pkg_resources
|
||||||
|
|
||||||
from radicale import (auth, hook, httputils, log, pathutils, rights, storage, web,
|
from radicale import (auth, hook, httputils, log, pathutils, rights, storage,
|
||||||
xmlutils)
|
web, xmlutils)
|
||||||
from radicale.app.delete import ApplicationDeleteMixin
|
from radicale.app.delete import ApplicationDeleteMixin
|
||||||
from radicale.app.get import ApplicationGetMixin
|
from radicale.app.get import ApplicationGetMixin
|
||||||
from radicale.app.head import ApplicationHeadMixin
|
from radicale.app.head import ApplicationHeadMixin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue