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

Unified Diff: appengine/findit/handlers/crash/test/fracas_dashboard_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_dashboard_test.py
diff --git a/appengine/findit/handlers/crash/test/fracas_dashboard_test.py b/appengine/findit/handlers/crash/test/fracas_dashboard_test.py
index c446bf38d64358ece7631359aefc91466b41c9fe..b21c49406ee0789424dbe816e6395dda6dc5476f 100644
--- a/appengine/findit/handlers/crash/test/fracas_dashboard_test.py
+++ b/appengine/findit/handlers/crash/test/fracas_dashboard_test.py
@@ -12,8 +12,8 @@ import webapp2
from testing_utils import testing
-from common import time_util
from handlers.crash import fracas_dashboard
+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