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

Unified Diff: appengine/test_results/handlers/testfilehandler.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/handlers/buildershandler.py ('k') | appengine/test_results/model/jsonresults.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/test_results/handlers/testfilehandler.py
diff --git a/appengine/test_results/handlers/testfilehandler.py b/appengine/test_results/handlers/testfilehandler.py
index f48d0c1073ee11fe746b2b4d340fe01151b29745..759203de23bfeaa8bad110446872d321dfd50df8 100644
--- a/appengine/test_results/handlers/testfilehandler.py
+++ b/appengine/test_results/handlers/testfilehandler.py
@@ -35,10 +35,10 @@ from google.appengine.api import users
from google.appengine.ext.webapp import template
from google.appengine.ext import db
-from ..handlers import master_config
+import master_config
-from ..model.jsonresults import JsonResults
-from ..model.testfile import TestFile
+from model.jsonresults import JsonResults
+from model.testfile import TestFile
PARAM_MASTER = "master"
PARAM_BUILDER = "builder"
« no previous file with comments | « appengine/test_results/handlers/buildershandler.py ('k') | appengine/test_results/model/jsonresults.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698