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

Unified Diff: appengine/findit/crash/test/findit_for_chromecrash_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
« no previous file with comments | « appengine/findit/crash/crash_pipeline.py ('k') | appengine/findit/findit_api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/test/findit_for_chromecrash_test.py
diff --git a/appengine/findit/crash/test/findit_for_chromecrash_test.py b/appengine/findit/crash/test/findit_for_chromecrash_test.py
index 8b33da2d236caaa1b9147c5c3dd24e2114b45bda..c746f0d94edd1d4723f3bd10efdc65686ba2b52c 100644
--- a/appengine/findit/crash/test/findit_for_chromecrash_test.py
+++ b/appengine/findit/crash/test/findit_for_chromecrash_test.py
@@ -6,7 +6,6 @@ import mock
from common import chrome_dependency_fetcher
from common.dependency import DependencyRoll
-from common.http_client_appengine import HttpClientAppengine
from crash import chromecrash_parser
from crash import detect_regression_range
from crash import findit
@@ -25,6 +24,7 @@ from crash.stacktrace import Stacktrace
from crash.test.crash_pipeline_test import DummyCrashData
from crash.test.predator_testcase import PredatorTestCase
from crash.type_enums import CrashClient
+from gae_libs.http.http_client_appengine import HttpClientAppengine
from libs.gitiles import gitiles_repository
from model import analysis_status
from model.crash.crash_analysis import CrashAnalysis
« no previous file with comments | « appengine/findit/crash/crash_pipeline.py ('k') | appengine/findit/findit_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698