mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Stylefixes
This commit is contained in:
parent
d8a1fb4a62
commit
f7076118df
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from vdirsyncer.storage.dav import _parse_xml, _merge_xml
|
||||
from vdirsyncer.storage.dav import _merge_xml, _parse_xml
|
||||
|
||||
|
||||
def test_xml_utilities():
|
||||
x = _parse_xml('''<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue