~viswesn/juju-ci-tools/aws_boto3

« back to all changes in this revision

Viewing changes to jujupy/tests/test_version_client.py

  • Committer: Aaron Bentley
  • Date: 2017-02-22 18:02:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1903.
  • Revision ID: aaron.bentley@canonical.com-20170222180219-2knabnk754kmfoh4
Extract jujupy.utility from utility.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    observable_temp_file,
70
70
    TestCase
71
71
    )
72
 
from utility import (
 
72
from jujupy.utility import (
73
73
    get_timeout_path,
74
74
    )
75
75