| Index: milo/appengine/frontend/frontpage.go
|
| diff --git a/milo/appengine/frontend/frontpage.go b/milo/appengine/frontend/frontpage.go
|
| index c6414a29aec1359930ca12546ac05e534aa74da2..992e5f87288fef5c8fab820b11ac50c55198c1dc 100644
|
| --- a/milo/appengine/frontend/frontpage.go
|
| +++ b/milo/appengine/frontend/frontpage.go
|
| @@ -10,8 +10,8 @@ import (
|
|
|
| "github.com/luci/luci-go/common/sync/parallel"
|
| "github.com/luci/luci-go/milo/api/resp"
|
| - "github.com/luci/luci-go/milo/appengine/buildbot"
|
| - "github.com/luci/luci-go/milo/appengine/buildbucket"
|
| + "github.com/luci/luci-go/milo/appengine/backends/buildbot"
|
| + "github.com/luci/luci-go/milo/appengine/backends/buildbucket"
|
| "github.com/luci/luci-go/milo/appengine/common"
|
| )
|
|
|
|
|