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

Unified Diff: appengine/findit/handlers/test/monitor_alerts_test.py

Issue 2611723002: Moved http_client_appengine.py from ./common to ./gae_libs/http (Closed)
Patch Set: adding missing __init__.py file Created 3 years, 12 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/findit/handlers/test/monitor_alerts_test.py
diff --git a/appengine/findit/handlers/test/monitor_alerts_test.py b/appengine/findit/handlers/test/monitor_alerts_test.py
index 301645b3a9394f96ae32c3195062ae8a38d89623..bb897ef8eb4b72ca6badb4312df9fc25ce3fdcd9 100644
--- a/appengine/findit/handlers/test/monitor_alerts_test.py
+++ b/appengine/findit/handlers/test/monitor_alerts_test.py
@@ -8,8 +8,8 @@ import textwrap
import webapp2
from common import constants
-from common.http_client_appengine import RetryHttpClient
from handlers import monitor_alerts
+from libs.http.retry_http_client import RetryHttpClient
from waterfall import build_failure_analysis_pipelines
from waterfall.test import wf_testcase

Powered by Google App Engine
This is Rietveld 408576698