Skip to content

Commit c670f47

Browse files
committed
bugfix
1 parent ce61043 commit c670f47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

caldav/davobject.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ def get_properties(
263263
* {proptag: value, ...}
264264
265265
"""
266+
from .collection import Principal ## late import to avoid cyclic dependencies
266267
rc = None
267268
response = self._query_properties(props, depth)
268269
if not parse_response_xml:

0 commit comments

Comments
 (0)