mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Rearrange imports
This commit is contained in:
parent
22731f3d26
commit
4a0b2e8791
5 changed files with 6 additions and 7 deletions
|
@ -94,4 +94,4 @@ class ApplicationPartDelete(ApplicationBase):
|
|||
for i in hook_notification_item_list:
|
||||
self._hook.notify(i)
|
||||
headers = {"Content-Type": "text/xml; charset=%s" % self._encoding}
|
||||
return client.OK, headers, self._write_xml_content(xml_answer)
|
||||
return client.OK, headers, self._xml_response(xml_answer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue