~themue/juju-core/053-env-more-script-friendly

« back to all changes in this revision

Viewing changes to environs/all/all.go

Merge trunk and resolve conflicts.

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
)