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

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 0f1adc8d1d612bd0afd2058f67fbcfc7ea44c9ad..1441bdde1cf4586b47b48bf31a5fc3a22b4130cc 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 import Cache
+from libs.cache import Cache
CACHE_DIR = os.path.join(os.path.expanduser('~'), '.predator', 'cache')

Powered by Google App Engine
This is Rietveld 408576698