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

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

Issue 2488113005: [Findit] Re-org code. (Closed)
Patch Set: Rebase. 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 994e42c8e6069e54c0490033ad8b23ffa61027fd..ccccb6cb6c012cbf4a6534c691dc5f8ed09c53ca 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