~nskaggs/juju-ci-tools/add-essential-operations

« back to all changes in this revision

Viewing changes to chaos.py

Switch imports of local_charm_path to using jujucharm

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
import subprocess
11
11
import sys
12
12
 
 
13
from jujucharm import (
 
14
    local_charm_path,
 
15
)
13
16
from remote import remote_from_unit
14
17
from utility import (
15
 
    local_charm_path,
16
18
    until_timeout,
17
19
)
18
20