projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
272cd85
)
patman: Move to use Python 3
author
Simon Glass
<sjg@chromium.org>
Thu, 31 Oct 2019 13:42:52 +0000
(07:42 -0600)
committer
Simon Glass
<sjg@chromium.org>
Tue, 5 Nov 2019 01:15:32 +0000
(18:15 -0700)
Update this tool to use Python 3 to meet the 2020 deadline.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/patman.py
patch
|
blob
|
history
diff --git
a/tools/patman/patman.py
b/tools/patman/patman.py
index 0187ebe1d4bf79d3f37b414adf3ac2389df9fb98..cf53e532ddf8e89fd72dcbe9a7b627c92297942b 100755
(executable)
--- a/
tools/patman/patman.py
+++ b/
tools/patman/patman.py
@@
-1,4
+1,4
@@
-#!/usr/bin/env python
+#!/usr/bin/env python
3
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2011 The Chromium OS Authors.