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

Unified Diff: appengine/findit/gae_libs/caches.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/findit_api.py ('k') | appengine/findit/gae_libs/gitiles/cached_gitiles_repository.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/gae_libs/caches.py
diff --git a/appengine/findit/gae_libs/caches.py b/appengine/findit/gae_libs/caches.py
index 2899a4351276b22174ea90a06f406427e7cab63e..8af8642c23ecbe5217cc747a3bfa652ff0ebf355 100644
--- a/appengine/findit/gae_libs/caches.py
+++ b/appengine/findit/gae_libs/caches.py
@@ -8,7 +8,7 @@ import zlib
from google.appengine.api import memcache
-from lib.cache import Cache
+from libs.cache import Cache
class PickledMemCache(Cache):
« no previous file with comments | « appengine/findit/findit_api.py ('k') | appengine/findit/gae_libs/gitiles/cached_gitiles_repository.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698