Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index aae97d96a1941c5622c752175a6c8817094ce265..4aa4cbf1241739975eded7f1f5c8c7e9ef9e9291 100644 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -28,6 +28,7 @@ def CommonChecks(input_api, output_api): |
| sys.path = [ |
| join('third_party'), |
| join('third_party', 'buildbot_8_4p1'), |
| + join('third_party', 'coverage-3.6'), |
| join('third_party', 'decorator_3_3_1'), |
| join('third_party', 'jinja2'), |
| join('third_party', 'mock-1.0.1'), |