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

Unified Diff: appengine/findit/handlers/triage_suspected_cl.py

Issue 2538373003: [Culprit-Finder] Merge lib/ to libs/. (Closed)
Patch Set: . Created 4 years 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 15b72ca948b3c8878507859505f63462dc47cbec..b27eba6fec88f099e97d532fe446dfd64bcdf069 100644
--- a/appengine/findit/handlers/triage_suspected_cl.py
+++ b/appengine/findit/handlers/triage_suspected_cl.py
@@ -12,7 +12,7 @@ from google.appengine.ext import ndb
from common.base_handler import BaseHandler
from common.base_handler import Permission
-from lib import time_util
+from libs 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