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

Unified Diff: appengine/findit/waterfall/test/buildbot_test.py

Issue 2488113005: [Findit] Re-org code. (Closed)
Patch Set: Address comments. Created 4 years, 1 month 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/waterfall/test/buildbot_test.py
diff --git a/appengine/findit/waterfall/test/buildbot_test.py b/appengine/findit/waterfall/test/buildbot_test.py
index 723a1247841f0ce55f8113d808a47cd92a8052de..c845fe267658e11ddff502573100479a70fc0344 100644
--- a/appengine/findit/waterfall/test/buildbot_test.py
+++ b/appengine/findit/waterfall/test/buildbot_test.py
@@ -7,7 +7,7 @@ import mock
import os
import unittest
-from common.retry_http_client import RetryHttpClient
+from libs.http.retry_http_client import RetryHttpClient
from waterfall import buildbot

Powered by Google App Engine
This is Rietveld 408576698