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

Unified Diff: appengine/chromium_try_flakes/handlers/test/index_test.py

Issue 2213143002: Add infra_libs as a bootstrap dependency. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 4 months 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/chromium_try_flakes/handlers/test/index_test.py
diff --git a/appengine/chromium_try_flakes/handlers/test/index_test.py b/appengine/chromium_try_flakes/handlers/test/index_test.py
index a4f9c107491edcac99f605f234aa531fbb22aaba..9271d3abcbdc63dea6328acef971cbacb9436c74 100644
--- a/appengine/chromium_try_flakes/handlers/test/index_test.py
+++ b/appengine/chromium_try_flakes/handlers/test/index_test.py
@@ -12,7 +12,7 @@ import main
from model.flake import Flake, FlakyRun, FlakeOccurrence
from model.build_run import PatchsetBuilderRuns, BuildRun
-from time_functions.testing import mock_datetime_utc
+from infra_libs.time_functions.testing import mock_datetime_utc
class TestIndex(testing.AppengineTestCase):

Powered by Google App Engine
This is Rietveld 408576698