Index: environs/localstorage/backend_test.go |
=== modified file 'environs/localstorage/backend_test.go' |
--- environs/localstorage/backend_test.go 2013-08-19 11:19:07 +0000 |
+++ environs/localstorage/backend_test.go 2013-09-13 14:48:13 +0000 |
@@ -7,7 +7,6 @@ |
"bytes" |
"fmt" |
"io/ioutil" |
- gc "launchpad.net/gocheck" |
"net" |
"net/http" |
"os" |
@@ -15,6 +14,8 @@ |
"strings" |
stdtesting "testing" |
+ gc "launchpad.net/gocheck" |
+ |
"launchpad.net/juju-core/environs/localstorage" |
"launchpad.net/juju-core/testing" |
) |