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

Unified Diff: appengine/findit/handlers/crash/test/fracas_result_feedback_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/fracas_result_feedback_test.py
diff --git a/appengine/findit/handlers/crash/test/fracas_result_feedback_test.py b/appengine/findit/handlers/crash/test/fracas_result_feedback_test.py
index 3d60fe90b4322015b6c6e838b89bd4e6aeb39b2b..e890006f53864e816189c5df09f324b225e09745 100644
--- a/appengine/findit/handlers/crash/test/fracas_result_feedback_test.py
+++ b/appengine/findit/handlers/crash/test/fracas_result_feedback_test.py
@@ -10,8 +10,8 @@ import webapp2
from testing_utils import testing
-from common import time_util
from handlers.crash import fracas_result_feedback
+from lib import time_util
from model import analysis_status
from model import triage_status
from model.crash.fracas_crash_analysis import FracasCrashAnalysis

Powered by Google App Engine
This is Rietveld 408576698