| Index: milo/job_source/buildbot/pubsub.go
|
| diff --git a/milo/appengine/job_source/buildbot/pubsub.go b/milo/job_source/buildbot/pubsub.go
|
| similarity index 99%
|
| rename from milo/appengine/job_source/buildbot/pubsub.go
|
| rename to milo/job_source/buildbot/pubsub.go
|
| index 6f922215be930a91beaf11fb1024e0fd93bda9cf..15814813e7e37d706a503cf05c35f82e5b82eff0 100644
|
| --- a/milo/appengine/job_source/buildbot/pubsub.go
|
| +++ b/milo/job_source/buildbot/pubsub.go
|
| @@ -19,7 +19,7 @@ import (
|
| "github.com/luci/luci-go/common/clock"
|
| "github.com/luci/luci-go/common/iotools"
|
| "github.com/luci/luci-go/common/logging"
|
| - "github.com/luci/luci-go/milo/appengine/common"
|
| + "github.com/luci/luci-go/milo/common"
|
| "github.com/luci/luci-go/server/router"
|
|
|
| "golang.org/x/net/context"
|
|
|