| Index: appengine/findit/crash/scorers/test/aggregators_test.py
|
| diff --git a/appengine/findit/crash/scorers/test/aggregators_test.py b/appengine/findit/crash/scorers/test/aggregators_test.py
|
| index a98ff29ff69730ad2a5dc60071e78cac4549d29b..b1ff3cfdfed6ba2fa13dc48fa8eae7a9491f8156 100644
|
| --- a/appengine/findit/crash/scorers/test/aggregators_test.py
|
| +++ b/appengine/findit/crash/scorers/test/aggregators_test.py
|
| @@ -3,7 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| from crash.stacktrace import StackFrame
|
| -from crash.results import MatchResult
|
| +from crash.suspect import Suspect
|
| from crash.scorers import aggregators
|
| from crash.scorers.min_distance import MinDistance
|
| from crash.scorers.test.scorer_test_suite import ScorerTestSuite
|
|
|