commit | e3986d9b40f3e52217dea4c47f65e44e549c9ee2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 31 07:42:52 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Nov 04 18:15:32 2019 -0700 |
tree | b2bb13a1b7de5792184ce8bb8bfebd40006b7f4f | |
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>
diff --git a/tools/patman/patman.py b/tools/patman/patman.py index 0187ebe..cf53e53 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.