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

« back to all changes in this revision

Viewing changes to worker/environ.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:
5
5
 
6
6
import (
7
7
        "errors"
 
8
 
 
9
        "launchpad.net/tomb"
 
10
 
8
11
        "launchpad.net/juju-core/environs"
9
12
        "launchpad.net/juju-core/log"
10
13
        "launchpad.net/juju-core/state"
11
14
        "launchpad.net/juju-core/state/watcher"
12
 
        "launchpad.net/tomb"
13
15
)
14
16
 
15
17
var ErrTerminateAgent = errors.New("agent should be terminated")