~fwereade/juju-core/uniter-relation-states

« back to all changes in this revision

Viewing changes to cmd/jujud/main.go

  • Committer: Roger Peppe
  • Date: 2013-08-19 13:29:56 UTC
  • mto: (1666.1.7 368-environs-prepare)
  • mto: This revision was merged to the branch mainline in revision 1678.
  • Revision ID: roger.peppe@canonical.com-20130819132956-kij8bli4eyu6hib6
move environs/provider to provider

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
// Import the providers.
17
17
import (
18
 
        _ "launchpad.net/juju-core/environs/provider/all"
 
18
        _ "launchpad.net/juju-core/provider/all"
19
19
)
20
20
 
21
21
var jujudDoc = `