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

Unified Diff: appengine/findit/handlers/list_analyses.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
Index: appengine/findit/handlers/list_analyses.py
diff --git a/appengine/findit/handlers/list_analyses.py b/appengine/findit/handlers/list_analyses.py
index aef5fdb6baa8835495e970d404c6b6de799bb2dd..f381cc780cb24ca01579e96aeb2fb4a2b434cf6b 100644
--- a/appengine/findit/handlers/list_analyses.py
+++ b/appengine/findit/handlers/list_analyses.py
@@ -6,7 +6,7 @@ import datetime
from google.appengine.ext import ndb
from common.base_handler import BaseHandler, Permission
-from lib import time_util
+from libs import time_util
from model.wf_analysis import WfAnalysis
from model import result_status

Powered by Google App Engine
This is Rietveld 408576698