Fix broken import

This commit is contained in:
Markus Unterwaditzer 2015-02-22 14:47:50 +01:00
parent 0490930c5e
commit eb9974f18d

View file

@ -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__)