瀏覽代碼

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>
Ryan Macnak 3 年之前
父節點
當前提交
fd032192ed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cpplint.py

+ 1 - 1
cpplint.py

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