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

Unified Diff: appengine/findit/findit_api.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/crash/findit.py ('k') | appengine/findit/handlers/crash/fracas_dashboard.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/findit_api.py
diff --git a/appengine/findit/findit_api.py b/appengine/findit/findit_api.py
index dc9d86e28c76e2c025737f9a044baf693cbfed4e..9bed0fbb5853b1202efb948df0dcce515b73efd1 100644
--- a/appengine/findit/findit_api.py
+++ b/appengine/findit/findit_api.py
@@ -23,8 +23,8 @@ from protorpc import remote
from common import appengine_util
from common import auth_util
from common import constants
-from common import time_util
from common.waterfall import failure_type
+from lib import time_util
from model import analysis_approach_type
from model import analysis_status
from model.flake.flake_analysis_request import FlakeAnalysisRequest
« no previous file with comments | « appengine/findit/crash/findit.py ('k') | appengine/findit/handlers/crash/fracas_dashboard.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698