~smoser/ubuntu/wily/maas/lp1474417

« back to all changes in this revision

Viewing changes to src/apiclient/creds.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-10-04 12:33:05 UTC
  • mto: (1.4.1)
  • mto: This revision was merged to the branch mainline in revision 40.
  • Revision ID: package-import@ubuntu.com-20131004123305-vzkyhovgnvn1arco
Tags: upstream-1.4+bzr1693+dfsg
ImportĀ upstreamĀ versionĀ 1.4+bzr1693+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    unicode_literals,
19
19
    )
20
20
 
 
21
str = None
 
22
 
21
23
__metaclass__ = type
22
24
__all__ = [
23
25
    'convert_string_to_tuple',