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

Unified Diff: appengine/findit/gae_libs/testcase.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/gae_libs/testcase.py
diff --git a/appengine/findit/gae_libs/testcase.py b/appengine/findit/gae_libs/testcase.py
index f2cbe2effc42ae2d3a72dc8e72f64b7153e5bc17..77c87e9b6a465dde52d55efb305ff2e0d3c8a802 100644
--- a/appengine/findit/gae_libs/testcase.py
+++ b/appengine/findit/gae_libs/testcase.py
@@ -6,7 +6,7 @@ import os
from testing_utils import testing
-from lib import time_util
+from libs import time_util
from libs.http import retry_http_client

Powered by Google App Engine
This is Rietveld 408576698