mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-10 18:40:53 +00:00
Use the same import mechanisms for auth, storage, rights
This commit is contained in:
parent
3ddbb80674
commit
17857654b0
7 changed files with 113 additions and 134 deletions
|
@ -112,6 +112,3 @@ class Collection(ical.Collection):
|
|||
self._create_dirs()
|
||||
with open(self._props_path, "w") as prop_file:
|
||||
json.dump(properties, prop_file)
|
||||
|
||||
|
||||
ical.Collection = Collection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue