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

Unified Diff: appengine/findit/crash/test/detect_regression_range_test.py

Issue 2344443005: [Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Patch Set: rebase-update Created 4 years, 3 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/crash/test/detect_regression_range_test.py
diff --git a/appengine/findit/crash/test/detect_regression_range_test.py b/appengine/findit/crash/test/detect_regression_range_test.py
index d7f4a434a12e66446c223d1a821daa1da56decc9..eb49245cc5ed1b350212f5b9bbef48f56b36434b 100644
--- a/appengine/findit/crash/test/detect_regression_range_test.py
+++ b/appengine/findit/crash/test/detect_regression_range_test.py
@@ -4,8 +4,7 @@
from testing_utils import testing
-from crash.detect_regression_range import GetSpikes
-from crash.detect_regression_range import DetectRegressionRange
+from crash.detect_regression_range import GetSpikes, DetectRegressionRange
class DetectRegressionRangeTest(testing.AppengineTestCase):

Powered by Google App Engine
This is Rietveld 408576698