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

Unified Diff: appengine/findit/handlers/flake/test/list_flakes_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
« no previous file with comments | « appengine/findit/handlers/flake/list_flakes.py ('k') | appengine/findit/handlers/list_analyses.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/handlers/flake/test/list_flakes_test.py
diff --git a/appengine/findit/handlers/flake/test/list_flakes_test.py b/appengine/findit/handlers/flake/test/list_flakes_test.py
index 3148961de21703fcd18e284ccf0d9471f65d7ac3..2f0feb4765cef6bd7bcc3dd06b541985d4381d49 100644
--- a/appengine/findit/handlers/flake/test/list_flakes_test.py
+++ b/appengine/findit/handlers/flake/test/list_flakes_test.py
@@ -6,9 +6,9 @@ import datetime
import mock
import webapp2
-from common import time_util
from handlers.flake import list_flakes
from handlers.flake.list_flakes import FilterMasterFlakeAnalysis
+from lib import time_util
from model import analysis_status
from model import result_status
from model.flake.master_flake_analysis import MasterFlakeAnalysis
« no previous file with comments | « appengine/findit/handlers/flake/list_flakes.py ('k') | appengine/findit/handlers/list_analyses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698