Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2740)

Unified Diff: appengine/test_results/handlers/buildershandler.py

Issue 499103002: Make test_results deployable again. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: merge to ToT Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/test_results/__init__.py ('k') | appengine/test_results/handlers/testfilehandler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/test_results/handlers/buildershandler.py
diff --git a/appengine/test_results/handlers/buildershandler.py b/appengine/test_results/handlers/buildershandler.py
index 066bb79d9c20e2733465532b52fc2425914c243d..0ef42a022133c5c99339114edd9851eb7571a84e 100644
--- a/appengine/test_results/handlers/buildershandler.py
+++ b/appengine/test_results/handlers/buildershandler.py
@@ -36,7 +36,7 @@ import webapp2
from google.appengine.api import memcache
-from ..handlers import master_config
+import master_config
# Buildbot steps that have test in the name, but don't run tests.
NON_TEST_STEP_NAMES = [
« no previous file with comments | « appengine/test_results/__init__.py ('k') | appengine/test_results/handlers/testfilehandler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698