~juju-qa/ubuntu/yakkety/juju/2.0-rc3-again

« back to all changes in this revision

Viewing changes to src/launchpad.net/juju-core/environs/all/all.go

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-04-24 22:34:47 UTC
  • Revision ID: package-import@ubuntu.com-20130424223447-f0qdji7ubnyo0s71
Tags: upstream-1.10.0.1
ImportĀ upstreamĀ versionĀ 1.10.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package all
 
2
 
 
3
// Register all the available providers.
 
4
import (
 
5
        _ "launchpad.net/juju-core/environs/ec2"
 
6
        _ "launchpad.net/juju-core/environs/maas"
 
7
        _ "launchpad.net/juju-core/environs/openstack"
 
8
)