[U-Boot] [PATCH 21/21] patman: Don't require Python 2
Simon Glass
sjg at chromium.org
Tue May 14 21:53:55 UTC 2019
Update the shebang to allow either Python 2 or Python 3.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
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 27a2febf70..9605a36eff 100755
--- a/tools/patman/patman.py
+++ b/tools/patman/patman.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2011 The Chromium OS Authors.
--
2.21.0.1020.gf2820cf01a-goog
More information about the U-Boot
mailing list