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

Unified Diff: appengine/findit/handlers/crash/crash_handler.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/crash/crash_handler.py
diff --git a/appengine/findit/handlers/crash/crash_handler.py b/appengine/findit/handlers/crash/crash_handler.py
index 939a8b730dff08301eb5c364f8fefa8c7f30dae7..3ebe340129e9e66f8f5f9fc41a5619bd0957589c 100644
--- a/appengine/findit/handlers/crash/crash_handler.py
+++ b/appengine/findit/handlers/crash/crash_handler.py
@@ -13,7 +13,7 @@ from common.base_handler import Permission
from common.http_client_appengine import HttpClientAppengine
from crash import crash_pipeline
from crash.crash_report import CrashReport
-from lib.gitiles.gitiles_repository import GitilesRepository
+from libs.gitiles.gitiles_repository import GitilesRepository
class CrashHandler(BaseHandler):

Powered by Google App Engine
This is Rietveld 408576698