1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48:30 +00:00

Remove test_folder configuration

It's not used.
This commit is contained in:
Unrud 2016-08-03 14:34:36 +02:00
parent b71664b322
commit 0fc7f787a8
2 changed files with 0 additions and 3 deletions

View file

@ -29,5 +29,3 @@ class Collection(storage.Collection):
"""Collection stored in a folder."""
def __init__(self, path, principal=False):
super().__init__(path, principal)
self._filesystem_path = storage.path_to_filesystem(
self.configuration.get("storage", "test_folder"), self.path)