From fd032192ed740674a79d3780fe89e458e999ae3f Mon Sep 17 00:00:00 2001 From: Ryan Macnak Date: Mon, 21 Mar 2022 20:45:12 +0000 Subject: [PATCH] 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 Commit-Queue: Ryan Macnak --- cpplint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpplint.py b/cpplint.py index ca711206e..8be609ec1 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. #