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

Unified Diff: appengine/findit/util_scripts/git_checkout/local_git_repository.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/util_scripts/git_checkout/local_git_repository.py
diff --git a/appengine/findit/util_scripts/git_checkout/local_git_repository.py b/appengine/findit/util_scripts/git_checkout/local_git_repository.py
index 45fff02ffefad29a78733f5c7b0133e7c5d78cc7..3dba0492ba16b0512f840f11ea01a47a9f459887 100644
--- a/appengine/findit/util_scripts/git_checkout/local_git_repository.py
+++ b/appengine/findit/util_scripts/git_checkout/local_git_repository.py
@@ -9,7 +9,7 @@ import subprocess
import threading
from git_checkout import local_git_parsers
-from lib.gitiles.git_repository import GitRepository
+from libs.gitiles.git_repository import GitRepository
import script_util
_CHANGELOG_FORMAT_STRING = ('commit %H%n'

Powered by Google App Engine
This is Rietveld 408576698