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>
changes/10/3540610/2
Ryan Macnak 3 years ago committed by LUCI CQ
parent df3228656a
commit fd032192ed

2
cpplint.py vendored

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) 2009 Google Inc. All rights reserved.
#

Loading…
Cancel
Save