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

Unified Diff: appengine/findit/gae_libs/gitiles/cached_gitiles_repository.py

Issue 2538373003: [Culprit-Finder] Merge lib/ to libs/. (Closed)
Patch Set: Rebase on https://codereview.chromium.org/2557553002/ 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/gae_libs/gitiles/cached_gitiles_repository.py
diff --git a/appengine/findit/gae_libs/gitiles/cached_gitiles_repository.py b/appengine/findit/gae_libs/gitiles/cached_gitiles_repository.py
index 0999a8164203b4114c66d5e4a760e7d01f00e5d9..900a380ec437abc809ac70f7f75fe2832d3b4bba 100644
--- a/appengine/findit/gae_libs/gitiles/cached_gitiles_repository.py
+++ b/appengine/findit/gae_libs/gitiles/cached_gitiles_repository.py
@@ -7,8 +7,8 @@ import functools
from gae_libs.caches import CompressedMemCache
from gae_libs.caches import PickledMemCache
-from lib.cache_decorator import Cached
-from lib.gitiles.gitiles_repository import GitilesRepository
+from libs.cache_decorator import Cached
+from libs.gitiles.gitiles_repository import GitilesRepository
CACHE_EXPIRE_TIME_SECONDS = 24 * 60 * 60

Powered by Google App Engine
This is Rietveld 408576698