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

Unified Diff: appengine/findit/util_scripts/script_util.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/script_util.py
diff --git a/appengine/findit/util_scripts/script_util.py b/appengine/findit/util_scripts/script_util.py
index e487a40a53c2c17d31c3703cebbf4c570cc55779..29ac095f966f3d7a8d4218837b67f4d766ca135f 100644
--- a/appengine/findit/util_scripts/script_util.py
+++ b/appengine/findit/util_scripts/script_util.py
@@ -43,7 +43,7 @@ SetUpSystemPaths()
# The lib is in predator/ root dir, and can be imported only when sys.path gets
# set up.
-from lib.cache_decorator import Cached
+from libs.cache_decorator import Cached
from local_cache import LocalCache # pylint: disable=W
« no previous file with comments | « appengine/findit/util_scripts/local_cache.py ('k') | appengine/findit/waterfall/analyze_build_failure_pipeline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698