| Index: milo/appengine/frontend/frontpage.go
|
| diff --git a/milo/appengine/frontend/frontpage.go b/milo/appengine/frontend/frontpage.go
|
| index c6414a29aec1359930ca12546ac05e534aa74da2..88f1acacf4898c4c3e3f958cf44ea5a3d6014034 100644
|
| --- a/milo/appengine/frontend/frontpage.go
|
| +++ b/milo/appengine/frontend/frontpage.go
|
| @@ -10,9 +10,9 @@ 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/common"
|
| + "github.com/luci/luci-go/milo/appengine/job_source/buildbot"
|
| + "github.com/luci/luci-go/milo/appengine/job_source/buildbucket"
|
| )
|
|
|
| func frontpageHandler(c *router.Context) {
|
|
|