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

Unified Diff: appengine/findit/handlers/flake/list_flakes.py

Issue 2538373003: [Culprit-Finder] Merge lib/ to libs/. (Closed)
Patch Set: Rebase and fix nits. 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
Index: appengine/findit/handlers/flake/list_flakes.py
diff --git a/appengine/findit/handlers/flake/list_flakes.py b/appengine/findit/handlers/flake/list_flakes.py
index 5b5a9e0579deca604554a5010aa7f514cd1e1d2d..89ecbacf36e31489b9c60cd2ea15b0a028af47ac 100644
--- a/appengine/findit/handlers/flake/list_flakes.py
+++ b/appengine/findit/handlers/flake/list_flakes.py
@@ -10,7 +10,8 @@ from google.appengine.datastore.datastore_query import Cursor
from common.base_handler import BaseHandler
from common.base_handler import Permission
-from lib import time_util
+
+from libs import time_util
stgao 2016/12/08 00:39:33 no empty line above.
Sharu Jiang 2016/12/08 01:21:12 Done.
from model import result_status
from model.flake.master_flake_analysis import MasterFlakeAnalysis

Powered by Google App Engine
This is Rietveld 408576698