Update to support Radicale 3.x

This commit is contained in:
Julien Dupouy
2021-04-07 00:52:54 -03:00
parent a396d8da41
commit 0e64ecc229
6 changed files with 59 additions and 28 deletions

View File

@@ -11,3 +11,6 @@ class ConfigMock:
def get(self, a, b):
return self.configuration[a][b]
def copy(self, c):
return self