From: Simon Glass <sjg@chromium.org>
Date: Tue, 14 May 2019 21:53:55 +0000 (-0600)
Subject: patman: Don't require Python 2
X-Git-Tag: v2025.01-rc5-pxa1908~2888^2~54
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/%7B%7B?a=commitdiff_plain;h=b2e73125b20a8f15d031d05dfec572b5014bc7fe;p=u-boot.git

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>
---

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.