diff options
author | Simon Glass | 2019-10-31 07:42:52 -0600 |
---|---|---|
committer | Simon Glass | 2019-11-04 18:15:32 -0700 |
commit | e3986d9b40f3e52217dea4c47f65e44e549c9ee2 (patch) | |
tree | b2bb13a1b7de5792184ce8bb8bfebd40006b7f4f /tools | |
parent | 272cd85deb714a9c9c1c30cb900c70a157dfa2e1 (diff) |
patman: Move to use Python 3
Update this tool to use Python 3 to meet the 2020 deadline.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/patman/patman.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/patman.py b/tools/patman/patman.py index 0187ebe1d4b..cf53e532ddf 100755 --- a/tools/patman/patman.py +++ b/tools/patman/patman.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # SPDX-License-Identifier: GPL-2.0+ # # Copyright (c) 2011 The Chromium OS Authors. |