mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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, \
|
from .http import HTTP_STORAGE_PARAMETERS, USERAGENT, prepare_auth, \
|
||||||
prepare_verify
|
prepare_verify
|
||||||
from .. import exceptions, log, utils
|
from .. import exceptions, log, utils
|
||||||
from .._compat import text_type
|
from ..utils.compat import text_type
|
||||||
|
|
||||||
|
|
||||||
dav_logger = log.get(__name__)
|
dav_logger = log.get(__name__)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue