Chromium Code Reviews| Index: git_cl.py |
| diff --git a/git_cl.py b/git_cl.py |
| index e4d21453fc67acfffc4fb497c238dcd5a4ca90bb..e6d45fc39b31fa0766e996ce0f2ffb8687b3b8c7 100755 |
| --- a/git_cl.py |
| +++ b/git_cl.py |
| @@ -27,7 +27,7 @@ except ImportError: |
| except ImportError: |
| # Fall back to the packaged version. |
| sys.path.append(os.path.join(os.path.dirname(__file__), 'third_party')) |
| - import simplejson as json |
| + import simplejson as json # pylint: disable=F0401 |
| from third_party import upload |