Style fixes

This commit is contained in:
Markus Unterwaditzer 2014-05-03 22:39:51 +02:00
parent d781ac1101
commit 6bf52092a2

View file

@ -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)