Index: milo/frontend/buildbot_data.go |
diff --git a/milo/appengine/frontend/buildbot_data.go b/milo/frontend/buildbot_data.go |
similarity index 94% |
rename from milo/appengine/frontend/buildbot_data.go |
rename to milo/frontend/buildbot_data.go |
index 1a94e2509c9aed6cb6a96edfb55bc27780433dc3..54ac5a67ed1229043412d38a9553800c8cf486f5 100644 |
--- a/milo/appengine/frontend/buildbot_data.go |
+++ b/milo/frontend/buildbot_data.go |
@@ -10,8 +10,8 @@ import ( |
"github.com/luci/gae/impl/memory" |
"github.com/luci/luci-go/common/clock/testclock" |
"github.com/luci/luci-go/milo/api/resp" |
- "github.com/luci/luci-go/milo/appengine/common" |
- "github.com/luci/luci-go/milo/appengine/job_source/buildbot" |
+ "github.com/luci/luci-go/milo/common" |
+ "github.com/luci/luci-go/milo/job_source/buildbot" |
"github.com/luci/luci-go/server/templates" |
"golang.org/x/net/context" |
) |