~ubuntu-branches/ubuntu/natty/ubuntuone-control-panel/natty

« back to all changes in this revision

Viewing changes to ubuntuone/controlpanel/dbus_client.py

Tags: 0.9.5-0ubuntu1
releasing version 0.9.5-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
    def found_credentials(app_name, creds):
66
66
        """Credentials have been found."""
67
 
        logger.debug('credentials were found for app_name %r.', app_name)
68
67
        if app_name == APP_NAME:
69
68
            logger.info('credentials were found! (%r).', APP_NAME)
70
69
            d.callback(creds)