Rename .collection.props into .Radicale.props

This commit is contained in:
Guillaume Ayoub 2016-08-02 16:58:44 +02:00
parent 2f202d14e0
commit 76b859c28e

View File

@ -334,7 +334,7 @@ class Collection(BaseCollection):
self.storage_encoding = self.configuration.get("encoding", "stock")
self._filesystem_path = path_to_filesystem(folder, self.path)
self._props_path = os.path.join(
self._filesystem_path, ".collection.props")
self._filesystem_path, ".Radicale.props")
split_path = self.path.split("/")
if len(split_path) > 1:
# URL with at least one folder