| Index: milo/job_source/buildbot/master.go
|
| diff --git a/milo/appengine/job_source/buildbot/master.go b/milo/job_source/buildbot/master.go
|
| similarity index 98%
|
| rename from milo/appengine/job_source/buildbot/master.go
|
| rename to milo/job_source/buildbot/master.go
|
| index dd48bc2f0bbcdbd3088f8da31d0ab1e215f61a09..d79b4ae376068addcb94db305269e20586da5d35 100644
|
| --- a/milo/appengine/job_source/buildbot/master.go
|
| +++ b/milo/job_source/buildbot/master.go
|
| @@ -15,7 +15,7 @@ import (
|
| ds "github.com/luci/gae/service/datastore"
|
| "github.com/luci/luci-go/common/logging"
|
| "github.com/luci/luci-go/milo/api/resp"
|
| - "github.com/luci/luci-go/milo/appengine/common"
|
| + "github.com/luci/luci-go/milo/common"
|
| "github.com/luci/luci-go/server/auth"
|
| "github.com/luci/luci-go/server/auth/identity"
|
|
|
|
|