Chromium Code Reviews| Index: tests/gcl_unittest.py | 
| diff --git a/tests/gcl_unittest.py b/tests/gcl_unittest.py | 
| index 68534c3e64092aa520fa7321fc299d4991d1bf21..c532a4e913718c400854d9d5273eb41f69b9c2d0 100755 | 
| --- a/tests/gcl_unittest.py | 
| +++ b/tests/gcl_unittest.py | 
| @@ -5,6 +5,9 @@ | 
| """Unit tests for gcl.py.""" | 
| +# pylint is too confused. | 
| +# pylint: disable=E1101,E1103,E1120,W0212,W0403 | 
| + | 
| # Fixes include path. | 
| from super_mox import mox, SuperMoxTestBase |