Clean tests
This commit is contained in:
@ -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."""
|
||||
|
Reference in New Issue
Block a user