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

@ -28,7 +28,6 @@ import base64
import datetime
import io
import logging
import pkg_resources
import pprint
import random
import time
@ -36,8 +35,10 @@ import zlib
from http import client
from xml.etree import ElementTree as ET
from radicale import (
auth, httputils, log, pathutils, rights, storage, web, xmlutils)
import pkg_resources
from radicale import (auth, httputils, log, pathutils, rights, storage, web,
xmlutils)
from radicale.app.delete import ApplicationDeleteMixin
from radicale.app.get import ApplicationGetMixin
from radicale.app.head import ApplicationHeadMixin