| Index: milo/appengine/frontend/buildbot_data.go
|
| diff --git a/milo/appengine/frontend/buildbot_data.go b/milo/appengine/frontend/buildbot_data.go
|
| index 20d66cac80ecb5392f290a9ea364195f15c8a70c..17f5e10ebbf76c7a286aa10c0d4687f4b5123a66 100644
|
| --- a/milo/appengine/frontend/buildbot_data.go
|
| +++ b/milo/appengine/frontend/buildbot_data.go
|
| @@ -10,7 +10,7 @@ import (
|
| "github.com/luci/gae/impl/memory"
|
| "github.com/luci/luci-go/common/clock/testclock"
|
| "github.com/luci/luci-go/milo/api/resp"
|
| - "github.com/luci/luci-go/milo/appengine/buildbot"
|
| + "github.com/luci/luci-go/milo/appengine/backends/buildbot"
|
| "github.com/luci/luci-go/milo/appengine/common"
|
| "github.com/luci/luci-go/server/templates"
|
| "golang.org/x/net/context"
|
|
|