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

Unified Diff: appengine/findit/util_scripts/local_cache.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/local_cache.py
diff --git a/appengine/findit/util_scripts/local_cache.py b/appengine/findit/util_scripts/local_cache.py
index a010228a4dac5c71998c9d35b0d07cb8f63e482d..82865ea146dd7fecae68971d8189ece9fb48e321 100644
--- a/appengine/findit/util_scripts/local_cache.py
+++ b/appengine/findit/util_scripts/local_cache.py
@@ -8,7 +8,7 @@ import pickle
import threading
import zlib
-from lib.cache_decorator import Cacher
+from libs.cache_decorator import Cacher
CACHE_DIR = os.path.join(os.path.expanduser('~'), '.predator', 'cache')

Powered by Google App Engine
This is Rietveld 408576698