Merge "Clean up formatting in dplcommon.py"
This commit is contained in:
commit
ebd8df7bcc
@ -88,7 +88,7 @@ class DPLCommand(object):
|
||||
# base64 encode the username and password
|
||||
auth = base64.encodebytes('%s:%s'
|
||||
% (self.username,
|
||||
self.password)).replace('\n', '')
|
||||
self.password)).replace('\n', '')
|
||||
header['Authorization'] = 'Basic %s' % auth
|
||||
|
||||
if not params:
|
||||
|
Loading…
x
Reference in New Issue
Block a user