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

Unified Diff: appengine/findit/libs/test/cache_decorator_test.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/libs/test/__init__.py ('k') | appengine/findit/libs/test/time_util_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/libs/test/cache_decorator_test.py
diff --git a/appengine/findit/lib/test/cache_decorator_test.py b/appengine/findit/libs/test/cache_decorator_test.py
similarity index 98%
rename from appengine/findit/lib/test/cache_decorator_test.py
rename to appengine/findit/libs/test/cache_decorator_test.py
index 576233f01592e34dce59d89f7ffb3e993356e0c2..03e31d976bb7cc943625a0de13f9a894993a35f4 100644
--- a/appengine/findit/lib/test/cache_decorator_test.py
+++ b/appengine/findit/libs/test/cache_decorator_test.py
@@ -7,8 +7,8 @@ import zlib
from testing_utils import testing
-from lib import cache
-from lib import cache_decorator
+from libs import cache
+from libs import cache_decorator
class _DummyCache(cache.Cache):
« no previous file with comments | « appengine/findit/libs/test/__init__.py ('k') | appengine/findit/libs/test/time_util_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698