commit | 074075aea2ff72dade5231b4ee9f2ab9a055f1ec | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Tue Feb 02 15:06:04 2021 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Wed Feb 03 09:01:08 2021 +0900 |
tree | 0f5da37ae53920db84ec3637c779fc96c2da1c32 | |
parent | d8d2d38275c1b2d3936c0d809e0559e88912fbb5 [diff] |
scripts/clang-tools: switch explicitly to Python 3 For the same reason as commit 51839e29cb59 ("scripts: switch explicitly to Python 3"), switch some more scripts, which I tested and confirmed working on Python 3. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Acked-by: Nathan Chancellor <nathan@kernel.org>