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

Unified Diff: appengine/test_results/model/testfile.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/model/jsonresults.py ('k') | appengine/test_results/test/buildershandler_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/test_results/model/testfile.py
diff --git a/appengine/test_results/model/testfile.py b/appengine/test_results/model/testfile.py
index 52fddce0143c57cbf01cc0a3b54026283cbf763a..e11da614b71f864fe4dcd125b7ee89d84d75121c 100644
--- a/appengine/test_results/model/testfile.py
+++ b/appengine/test_results/model/testfile.py
@@ -31,7 +31,7 @@ import logging
from google.appengine.ext import db
-from ..model.datastorefile import DataStoreFile
+from model.datastorefile import DataStoreFile
class TestFile(DataStoreFile): # pylint: disable=W0232
« no previous file with comments | « appengine/test_results/model/jsonresults.py ('k') | appengine/test_results/test/buildershandler_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698