| Index: appengine/findit/crash/scorers/test/scorer_test_suite.py
 | 
| diff --git a/appengine/findit/crash/scorers/test/scorer_test_suite.py b/appengine/findit/crash/scorers/test/scorer_test_suite.py
 | 
| index 8ef35037b92756f8f70917116056cb1db495e693..9d37fcb52210f8eb21c68bdfd60ed0890bccea8d 100644
 | 
| --- a/appengine/findit/crash/scorers/test/scorer_test_suite.py
 | 
| +++ b/appengine/findit/crash/scorers/test/scorer_test_suite.py
 | 
| @@ -2,7 +2,7 @@
 | 
|  # Use of this source code is governed by a BSD-style license that can be
 | 
|  # found in the LICENSE file.
 | 
|  
 | 
| -from common.change_log import ChangeLog
 | 
| +from lib.gitiles.change_log import ChangeLog
 | 
|  from testing_utils import testing
 | 
|  
 | 
|  DUMMY_CHANGELOG = ChangeLog.FromDict({
 | 
| 
 |