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

Unified Diff: appengine/findit/handlers/crash/test/triage_fracas_analysis_test.py

Issue 2480593002: [Predator] Move time_util from common/ to lib/, split code review related part to code_review_util (Closed)
Patch Set: Rebase and fix nits. Created 4 years, 1 month 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
Index: appengine/findit/handlers/crash/test/triage_fracas_analysis_test.py
diff --git a/appengine/findit/handlers/crash/test/triage_fracas_analysis_test.py b/appengine/findit/handlers/crash/test/triage_fracas_analysis_test.py
index 7b85a7a721d01af9bb0c7af6936b79ce0eb1a8dd..f33df00d11bef25a7e5908921d766ddfd06aee85 100644
--- a/appengine/findit/handlers/crash/test/triage_fracas_analysis_test.py
+++ b/appengine/findit/handlers/crash/test/triage_fracas_analysis_test.py
@@ -15,8 +15,8 @@ import webapp2
from testing_utils import testing
-from common import time_util
from handlers.crash import triage_fracas_analysis
+from lib import time_util
from model import analysis_status
from model import result_status
from model import triage_status

Powered by Google App Engine
This is Rietveld 408576698