~juju-qa/ubuntu/yakkety/juju/2.0-beta10

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/worker/lifeflag/worker_test.go

  • Committer: Martin Packman
  • Date: 2016-06-28 11:15:00 UTC
  • mfrom: (1.4.3)
  • Revision ID: martin.packman@canonical.com-20160628111500-3vabmx2cls3plbp1
Merge new upstream source 2.0~beta10

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import (
7
7
        "errors"
8
8
 
9
 
        "github.com/juju/names"
10
9
        "github.com/juju/testing"
11
10
        jc "github.com/juju/testing/checkers"
12
11
        gc "gopkg.in/check.v1"
 
12
        "gopkg.in/juju/names.v2"
13
13
 
14
14
        apilifeflag "github.com/juju/juju/api/lifeflag"
15
15
        "github.com/juju/juju/core/life"