~wallyworld/juju-core/1304742-backport-1.18

« back to all changes in this revision

Viewing changes to state/apiserver/login_test.go

  • Committer: Tim Penhey
  • Date: 2014-01-28 04:58:43 UTC
  • mto: (2248.1.20 juju-core)
  • mto: This revision was merged to the branch mainline in revision 2250.
  • Revision ID: tim.penhey@canonical.com-20140128045843-wz70cuskz1v82u4e
Move all the references to loggo to github.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
package apiserver_test
5
5
 
6
6
import (
 
7
        "github.com/loggo/loggo"
7
8
        gc "launchpad.net/gocheck"
8
 
        "launchpad.net/loggo"
9
9
 
10
10
        jujutesting "launchpad.net/juju-core/juju/testing"
11
11
        "launchpad.net/juju-core/state"