~rogpeppe/juju-core/axwalk-lp1300889-disable-mongo-keyfile

« back to all changes in this revision

Viewing changes to environs/cloudinit_test.go

  • Committer: John Arbash Meinel
  • Date: 2013-07-09 10:32:23 UTC
  • mto: This revision was merged to the branch mainline in revision 1416.
  • Revision ID: john@arbash-meinel.com-20130709103223-btvyjm8gfe2mi1h8
Start changing the imports of the middle level files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
package environs_test
5
5
 
6
6
import (
 
7
        "time"
 
8
 
7
9
        . "launchpad.net/gocheck"
 
10
 
8
11
        "launchpad.net/juju-core/cert"
9
12
        "launchpad.net/juju-core/constraints"
10
13
        "launchpad.net/juju-core/environs"
14
17
        "launchpad.net/juju-core/state/api"
15
18
        "launchpad.net/juju-core/testing"
16
19
        "launchpad.net/juju-core/utils"
17
 
        "time"
18
20
)
19
21
 
20
22
type CloudInitSuite struct{}