1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Clean tests

This commit is contained in:
Guillaume Ayoub 2016-04-07 19:25:10 +02:00
parent 595e2329ea
commit 54dee0c7c4
6 changed files with 25 additions and 76 deletions

View file

@ -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."""