Fix integrated server on android

This commit is contained in:
Unrud 2020-04-09 22:01:55 +02:00
parent 9c622b57d5
commit 8ca01a4989
3 changed files with 11 additions and 4 deletions

View file

@ -10,7 +10,7 @@ norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv
[tool:isort]
known_standard_library = posixpath
known_third_party = gunicorn,passlib,pkg_resources,pytest,pytest_cov,vobject
known_third_party = defusedxml,passlib,pkg_resources,pytest,vobject
[coverage:run]
branch = True