~mvo/ubuntu-sso-client/strawman-lp711413

« back to all changes in this revision

Viewing changes to ubuntu_sso/main/__init__.py

Merged with implement_windows_main_4

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
 
231
231
 
232
232
class CredentialsManagementRoot(object):
233
 
    """Object object that manages credentials.
 
233
    """Object that manages credentials.
234
234
 
235
235
    Every exposed method in this class requires one mandatory argument:
236
236