Index: milo/job_source/buildbot/build.go |
diff --git a/milo/appengine/job_source/buildbot/build.go b/milo/job_source/buildbot/build.go |
similarity index 99% |
rename from milo/appengine/job_source/buildbot/build.go |
rename to milo/job_source/buildbot/build.go |
index 54114572ca70699e6a686ade491f72cd3945301d..5d29650074e76662a0eac3fb62e8b7f5172e686d 100644 |
--- a/milo/appengine/job_source/buildbot/build.go |
+++ b/milo/job_source/buildbot/build.go |
@@ -23,7 +23,7 @@ import ( |
"github.com/luci/luci-go/common/data/stringset" |
"github.com/luci/luci-go/common/logging" |
"github.com/luci/luci-go/milo/api/resp" |
- "github.com/luci/luci-go/milo/appengine/common/model" |
+ "github.com/luci/luci-go/milo/common/model" |
) |
var errBuildNotFound = errors.New("Build not found") |