1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Get python3 ./setup.py test to pass cleanly

~ B'ezrat Hashem ~
This commit is contained in:
Braxton Plaxco 2019-06-04 19:54:04 -04:00 committed by Unrud
parent 2a6d2dcf94
commit 27185f7291
5 changed files with 9 additions and 9 deletions

View file

@ -25,9 +25,9 @@ Can be used with an external WSGI server or the built-in server.
"""
import os
import pkg_resources
import threading
import pkg_resources
from radicale import config, log
from radicale.app import Application