
25 Oct
2019
25 Oct
'19
3:03 a.m.
Update this tool to use Python 3 to meet the 2020 deadline.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
tools/patman/patman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/patman/patman.py b/tools/patman/patman.py index 9605a36eff2..fe82f24c673 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.
--
2.24.0.rc0.303.g954a862665-goog