~wallyworld/juju-core/fast-lxc-everywhere

« back to all changes in this revision

Viewing changes to state/api/upgrader/unitupgrader_test.go

  • Committer: Jesse Meek
  • Date: 2014-03-13 07:54:56 UTC
  • mto: This revision was merged to the branch mainline in revision 2413.
  • Revision ID: jesse.meek@canonical.com-20140313075456-5ge2eshvwnuqtcks
Change checkers import path

change all imports of:
  launchpad.net/juju-core/testing/checkers
to
  github.com/juju/testing/checkers.

Move the new import to the middle import block.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
package upgrader_test
5
5
 
6
6
import (
 
7
        jc "github.com/juju/testing/checkers"
7
8
        gc "launchpad.net/gocheck"
8
9
 
9
10
        "launchpad.net/juju-core/errors"
13
14
        "launchpad.net/juju-core/state/api/params"
14
15
        "launchpad.net/juju-core/state/api/upgrader"
15
16
        statetesting "launchpad.net/juju-core/state/testing"
16
 
        jc "launchpad.net/juju-core/testing/checkers"
17
17
        "launchpad.net/juju-core/tools"
18
18
        "launchpad.net/juju-core/utils"
19
19
        "launchpad.net/juju-core/version"