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

Unified Diff: appengine/findit/handlers/triage_suspected_cl.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/triage_analysis.py ('k') | appengine/findit/handlers/try_job_dashboard.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/handlers/triage_suspected_cl.py
diff --git a/appengine/findit/handlers/triage_suspected_cl.py b/appengine/findit/handlers/triage_suspected_cl.py
index 9e4348a467fa98a9733568d0cb4c9442284376d5..73f57fdfb1e9c49f98691aaa88a18ce77f15f691 100644
--- a/appengine/findit/handlers/triage_suspected_cl.py
+++ b/appengine/findit/handlers/triage_suspected_cl.py
@@ -10,9 +10,9 @@ This handler will flag the suspected cl as correct or incorrect.
from google.appengine.api import users
from google.appengine.ext import ndb
-from common import time_util
from common.base_handler import BaseHandler
from common.base_handler import Permission
+from lib import time_util
from model import result_status
from model import suspected_cl_status
from model.wf_analysis import WfAnalysis
« no previous file with comments | « appengine/findit/handlers/triage_analysis.py ('k') | appengine/findit/handlers/try_job_dashboard.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698