| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 18a3d3833f2c52850057d1538ea619e5b565bd31..3ae6bcb0f65eb0d8f3d539d17cfbcd5e04186a02 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| @@ -28,6 +28,7 @@ def CommonChecks(input_api, output_api, tests_to_black_list):
|
| r'^cpplint\.py$',
|
| r'^cpplint_chromium\.py$',
|
| r'^python_bin[\/\\].+',
|
| + r'^site-packages-py[0-9]\.[0-9][\/\\].+',
|
| r'^svn_bin[\/\\].+',
|
| r'^testing_support[\/\\]_rietveld[\/\\].+']
|
| results.extend(input_api.canned_checks.RunPylint(
|
|
|