mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-29 09:35:50 +00:00
Fix broken import
This commit is contained in:
parent
0490930c5e
commit
eb9974f18d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from .base import Item, Storage
|
|||
from .http import HTTP_STORAGE_PARAMETERS, USERAGENT, prepare_auth, \
|
||||
prepare_verify
|
||||
from .. import exceptions, log, utils
|
||||
from .._compat import text_type
|
||||
from ..utils.compat import text_type
|
||||
|
||||
|
||||
dav_logger = log.get(__name__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue