linux-btrace.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sakib Sajal <sakib.sajal@windriver.com>
To: linux-btrace@vger.kernel.org
Subject: [PATCH] bno_plot.py: Ask for python3 specifically
Date: Wed, 28 Sep 2022 20:55:39 +0000	[thread overview]
Message-ID: <20220928205539.15585-1-sakib.sajal@windriver.com> (raw)

python2 is deprecated, use python3.

Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
---
 btt/bno_plot.py | 2 +-
 btt/btt_plot.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/btt/bno_plot.py b/btt/bno_plot.py
index 3aa4e19..d7d7159 100644
--- a/btt/bno_plot.py
+++ b/btt/bno_plot.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # btt blkno plotting interface
 #
diff --git a/btt/btt_plot.py b/btt/btt_plot.py
index 40bc71f..8620d31 100755
--- a/btt/btt_plot.py
+++ b/btt/btt_plot.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # btt_plot.py: Generate matplotlib plots for BTT generate data files
 #
-- 
2.25.1

             reply	other threads:[~2022-09-28 20:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-28 20:55 Sakib Sajal [this message]
2022-09-29  1:39 ` [PATCH] bno_plot.py: Ask for python3 specifically Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220928205539.15585-1-sakib.sajal@windriver.com \
    --to=sakib.sajal@windriver.com \
    --cc=linux-btrace@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).