~hazmat/pyjuju/proposed-support

« back to all changes in this revision

Viewing changes to juju/providers/maas/auth.py

  • Committer: kapil.thangavelu at canonical
  • Date: 2012-05-22 22:08:15 UTC
  • mfrom: (484.1.53 trunk)
  • Revision ID: kapil.thangavelu@canonical.com-20120522220815-acyt8m89i9ybe0w1
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    return url.encode("ascii")
24
24
 
25
25
 
26
 
class MaaSOAuthConnection(object):
27
 
    """Helper class to provide an OAuth auth'd connection to MaaS."""
 
26
class MAASOAuthConnection(object):
 
27
    """Helper class to provide an OAuth auth'd connection to MAAS."""
28
28
 
29
29
    factory = staticmethod(DEFAULT_FACTORY)
30
30
    connect = staticmethod(DEFAULT_CONNECT)