File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717some more advanced way, but I don't want to overcomplicate things - I
1818will try out the key-value-approach first.
1919"""
20-
2120## The lists below are specifying what tests should be skipped or
2221## modified to accept non-conforming resultsets from the different
2322## calendar servers. In addition there are some hacks in the library
Original file line number Diff line number Diff line change @@ -263,7 +263,8 @@ def get_properties(
263263 * {proptag: value, ...}
264264
265265 """
266- from .collection import Principal ## late import to avoid cyclic dependencies
266+ from .collection import Principal ## late import to avoid cyclic dependencies
267+
267268 rc = None
268269 response = self ._query_properties (props , depth )
269270 if not parse_response_xml :
Original file line number Diff line number Diff line change 2525import pytest
2626import vobject
2727
28- from caldav import compatibility_hints
2928from .conf import caldav_servers
3029from .conf import client
3130from .conf import proxy
3938from .conf import xandikos_port
4039from .proxy import NonThreadingHTTPServer
4140from .proxy import ProxyHandler
41+ from caldav import compatibility_hints
4242from caldav .davclient import DAVClient
4343from caldav .davclient import DAVResponse
4444from caldav .elements import cdav
You can’t perform that action at this time.
0 commit comments