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

Unified Diff: appengine/findit/libs/gitiles/change_log.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/libs/gitiles/blame.py ('k') | appengine/findit/libs/gitiles/commit_util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/libs/gitiles/change_log.py
diff --git a/appengine/findit/lib/gitiles/change_log.py b/appengine/findit/libs/gitiles/change_log.py
similarity index 99%
rename from appengine/findit/lib/gitiles/change_log.py
rename to appengine/findit/libs/gitiles/change_log.py
index 3f1686dfe2956c5e3f25445dddd7be55b3c2037e..adf0f81004636c567e8f3bb101ac76a13b4ab383 100644
--- a/appengine/findit/lib/gitiles/change_log.py
+++ b/appengine/findit/libs/gitiles/change_log.py
@@ -4,7 +4,7 @@
from collections import namedtuple
-from lib.gitiles.diff import ChangeType
+from libs.gitiles.diff import ChangeType
# TODO(wrengr): it'd be better to have a class hierarchy here, so we can
# avoid playing around with None, and so the change_type can be stored
« no previous file with comments | « appengine/findit/libs/gitiles/blame.py ('k') | appengine/findit/libs/gitiles/commit_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698