commit | fd032192ed740674a79d3780fe89e458e999ae3f | [log] [tgz] |
---|---|---|
author | Ryan Macnak <rmacnak@google.com> | Mon Mar 21 20:45:12 2022 +0000 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 21 20:45:12 2022 +0000 |
tree | a4c622eb816edb80749c99d9c39509830151198d | |
parent | df3228656a72e877d96ad20817535831b7f49e25 [diff] [blame] |
Update cpplint.py's interpreter directive to python3. Change-Id: Ic6c1ebd049350348cdd0cd4db717bda8c6f3dc34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3540610 Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
diff --git a/cpplint.py b/cpplint.py index ca71120..8be609e 100755 --- a/cpplint.py +++ b/cpplint.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (c) 2009 Google Inc. All rights reserved. #