From 066dffd614a398467483e7660c5cc3eb78154480 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 4 Mar 2014 01:08:56 +0100 Subject: [PATCH] Cut line --- radicale/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radicale/__init__.py b/radicale/__init__.py index c8aa2e3..956e40e 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -282,8 +282,8 @@ class Application(object): is_valid_user = is_authenticated or not user if is_valid_user: - items = ical.Collection.from_path(path, - environ.get("HTTP_DEPTH", "0")) + items = ical.Collection.from_path( + path, environ.get("HTTP_DEPTH", "0")) read_allowed_items, write_allowed_items = \ self.collect_allowed_items(items, user) else: