mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Clean tests
This commit is contained in:
parent
595e2329ea
commit
54dee0c7c4
6 changed files with 25 additions and 76 deletions
|
@ -21,8 +21,8 @@ Copy of filesystem storage backend for testing
|
|||
|
||||
"""
|
||||
|
||||
from radicale.storage import filesystem
|
||||
from radicale import storage
|
||||
|
||||
|
||||
class Collection(filesystem.Collection):
|
||||
"""Collection stored in a flat ical file."""
|
||||
class Collection(storage.Collection):
|
||||
"""Collection stored in a folder."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue