| Index: build/android/pylib/base/test_dispatcher_unittest.py
 | 
| diff --git a/build/android/pylib/base/test_dispatcher_unittest.py b/build/android/pylib/base/test_dispatcher_unittest.py
 | 
| index 1ec5f5601166a53761eaa37c84bd282725bb2acd..57f271f15f0ba013ece3ed76a2e0a4a20dc4077d 100755
 | 
| --- a/build/android/pylib/base/test_dispatcher_unittest.py
 | 
| +++ b/build/android/pylib/base/test_dispatcher_unittest.py
 | 
| @@ -22,7 +22,7 @@ from pylib.base import test_dispatcher
 | 
|  
 | 
|  sys.path.append(
 | 
|      os.path.join(constants.DIR_SOURCE_ROOT, 'third_party', 'pymock'))
 | 
| -import mock
 | 
| +import mock # pylint: disable=import-error
 | 
|  
 | 
|  
 | 
|  class TestException(Exception):
 | 
| 
 |