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

« back to all changes in this revision

Viewing changes to ubuntu_sso/main/windows.py

  • Committer: Tarmac
  • Author(s): Manuel de la Pena
  • Date: 2011-04-15 10:01:34 UTC
  • mfrom: (675.27.22 clean_ui)
  • Revision ID: tarmac-20110415100134-4sd8btrnopu2padc
Clean up UI structure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
922
922
    def _request_remote_objects(self, root):
923
923
        """Get the status remote object."""
924
924
        sso_login = yield root.callRemote('get_sso_login')
 
925
        logger.debug('SSOLogin is %s', sso_login)
925
926
        self.sso_login = SSOLoginClient(sso_login)
926
927
        sso_cred = yield root.callRemote('get_sso_credentials')
927
928
        self.sso_cred = SSOCredentialsClient(sso_cred)