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