summaryrefslogtreecommitdiff
path: root/tools/patman/patman.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-05-15 00:53:55 +0300
committerSimon Glass <sjg@chromium.org>2019-07-11 01:52:58 +0300
commitb2e73125b20a8f15d031d05dfec572b5014bc7fe (patch)
tree74ec5974dae17d4e426920bfd90d6c1e0bda371b /tools/patman/patman.py
parentf6a6aafceb74b496f6f8aaec908cd91b35252fbf (diff)
downloadu-boot-b2e73125b20a8f15d031d05dfec572b5014bc7fe.tar.xz
patman: Don't require Python 2
Update the shebang to allow either Python 2 or Python 3. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/patman/patman.py')
-rwxr-xr-xtools/patman/patman.py2
1 files changed, 1 insertions, 1 deletions
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.