Index: milo/job_source/buildbot/html.go |
diff --git a/milo/appengine/job_source/buildbot/html.go b/milo/job_source/buildbot/html.go |
similarity index 98% |
rename from milo/appengine/job_source/buildbot/html.go |
rename to milo/job_source/buildbot/html.go |
index c5f63f7b06f82793d3206a787887d5984cca285e..8eeb765a58c1d06eca856670d8ab5fc293e1dbef 100644 |
--- a/milo/appengine/job_source/buildbot/html.go |
+++ b/milo/job_source/buildbot/html.go |
@@ -9,7 +9,7 @@ import ( |
"net/http" |
"strconv" |
- "github.com/luci/luci-go/milo/appengine/common" |
+ "github.com/luci/luci-go/milo/common" |
"github.com/luci/luci-go/server/router" |
"github.com/luci/luci-go/server/templates" |
) |