~rogpeppe/juju-core/387-use-testing-set

« back to all changes in this revision

Viewing changes to cmd/juju/status.go

  • Committer: Ian Booth
  • Date: 2013-08-21 05:38:38 UTC
  • mto: (1603.8.2 simplify-tools-search)
  • mto: This revision was merged to the branch mainline in revision 1702.
  • Revision ID: ian.booth@canonical.com-20130821053838-3c9oahds4mg2u0l7
Pull out Tools struct to its own package

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
        "launchpad.net/gnuflag"
14
14
 
15
 
        "launchpad.net/juju-core/agent/tools"
16
15
        "launchpad.net/juju-core/charm"
17
16
        "launchpad.net/juju-core/cmd"
18
17
        "launchpad.net/juju-core/environs"
21
20
        "launchpad.net/juju-core/juju"
22
21
        "launchpad.net/juju-core/state"
23
22
        "launchpad.net/juju-core/state/api/params"
 
23
        "launchpad.net/juju-core/tools"
24
24
        "launchpad.net/juju-core/utils/set"
25
25
)
26
26