~wallyworld/juju-core/1304742-backport-1.18

« back to all changes in this revision

Viewing changes to cmd/builddb/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:
19
19
 
20
20
// Import the providers.
21
21
import (
22
 
        _ "launchpad.net/juju-core/environs/provider/all"
 
22
        _ "launchpad.net/juju-core/provider/all"
23
23
)
24
24
 
25
25
var logger = loggo.GetLogger("juju.builddb")