From 6bf52092a2c17151cd380d3e409a85ad5b642602 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 3 May 2014 22:39:51 +0200 Subject: [PATCH] Style fixes --- vdirsyncer/storage/http.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vdirsyncer/storage/http.py b/vdirsyncer/storage/http.py index cc2bdb6..5f05736 100644 --- a/vdirsyncer/storage/http.py +++ b/vdirsyncer/storage/http.py @@ -91,6 +91,7 @@ def split_collection(lines): return rv + def prepare_auth(auth, username, password): if (username and password) or auth == 'basic': return (username, password)