~viswesn/juju-ci-tools/aws_boto3

« back to all changes in this revision

Viewing changes to jujupy/client.py

  • Committer: Aaron Bentley
  • Date: 2017-02-22 16:08:27 UTC
  • mto: (1889.2.1 jujupy-reorg)
  • mto: This revision was merged to the branch mainline in revision 1903.
  • Revision ID: aaron.bentley@canonical.com-20170222160827-nz41tlqa6mp4mmh6
Remove almost all references to jujuconfig.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
    return home
129
129
 
130
130
 
131
 
 
132
131
class StatusTimeout(Exception):
133
132
    """Raised when 'juju status' timed out."""
134
133