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

« back to all changes in this revision

Viewing changes to ubuntu_sso/main/windows.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:
53
53
    SSOLoginClient,
54
54
    CredentialsManagementClient,
55
55
    UbuntuSSOProxyBase,
56
 
    )
 
56
)
57
57
 
58
58
 
59
59
logger = setup_logging("ubuntu_sso.main.windows")