~dobey/ubuntu-sso-client/twisted-14-fixes

« back to all changes in this revision

Viewing changes to ubuntu_sso/main/darwin.py

  • Committer: Tarmac
  • Author(s): Rodney Dawes, Michael McCracken
  • Date: 2012-12-14 22:33:04 UTC
  • mfrom: (1011.1.10 new-pep8)
  • Revision ID: tarmac-20121214223304-z7f8le54bt2mbh1e
Ignore some new pep8 errors, and update code to fix others.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    SSOLoginClient,
41
41
    CredentialsManagementClient,
42
42
    UbuntuSSOProxyBase,
43
 
    )
 
43
)
44
44
 
45
45
# Invalid name for signals that are CamelCase
46
46
# pylint: disable=C0103