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

« back to all changes in this revision

Viewing changes to jujuci.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:
16
16
import urllib2
17
17
 
18
18
from deploy_stack import destroy_environment
19
 
from jujuconfig import NoSuchEnvironment
20
19
from jujupy import (
21
20
    client_from_config,
22
21
)
 
22
from jujupy.client import NoSuchEnvironment
23
23
try:
24
24
    from lsb_release import get_distro_information
25
25
except ImportError: