mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Get python3 ./setup.py test
to pass cleanly
~ B'ezrat Hashem ~
This commit is contained in:
parent
2a6d2dcf94
commit
27185f7291
5 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue