~ralsina/ubuntuone-windows-installer/ui-come-back-to-installer

« back to all changes in this revision

Viewing changes to ubuntuone_installer/gui/qt/gui.py

  • Committer: ralsina
  • Date: 2011-08-02 19:52:55 UTC
  • Revision ID: roberto.alsina@canonical.com-20110802195255-v65e8mxnm8bavaso
Use a successful deferred

Show diffs side-by-side

added added

removed removed

Lines of Context:
437
437
        credtool = CredentialsManagementTool()
438
438
        d = credtool.find_credentials()
439
439
        d.addCallback(self.creds_cb)
 
440
        d.addErrback(lambda _: None)
440
441
 
441
442
    # Invalid name "closeEvent"
442
443
    # pylint: disable=C0103