~juju-qa/juju-ci-tools/trunk

« back to all changes in this revision

Viewing changes to tests/test_deploy_stack.py

  • Committer: Aaron Bentley
  • Date: 2017-02-22 16:40:34 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-20170222164034-m7zgnwqi83g3fapb
Extract jujuconfig to jujupy.configuration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    Status,
69
69
    Machine,
70
70
    )
71
 
from jujupy.client import (
 
71
from jujupy.configuration import (
72
72
    get_environments_path,
73
73
    get_jenv_path,
74
74
    )