80
79
def _get_auth_user(auth=None):
82
81
auth = AuthenticationConfig()
86
84
def _set_auth_user(username, auth=None):
88
86
auth = AuthenticationConfig()
90
'Launchpad', 'bazaar.launchpad.net', username, 'ssh')
92
'Launchpad Staging', 'bazaar.staging.launchpad.net', username, 'ssh')
88
'Launchpad', '.launchpad.net', username, 'ssh')
95
91
def check_lp_login(username, _transport=None):