blob: 068b021644ba58ad9546f67aa57515bcb51c1899 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001python3: change four shebangs to python3
2
3Upstream-Status: Pending
4
5Signed-off-by: Joe Slater <joe.slater@windriver.com>
6
7--- a/tools/fio_jsonplus_clat2csv
8+++ b/tools/fio_jsonplus_clat2csv
9@@ -1,4 +1,4 @@
10-#!/usr/bin/env python
11+#!/usr/bin/env python3
12 # Note: this script is python2 and python3 compatible.
13 #
14 # fio_jsonplus_clat2csv
15--- a/tools/fiologparser.py
16+++ b/tools/fiologparser.py
17@@ -1,4 +1,4 @@
18-#!/usr/bin/env python
19+#!/usr/bin/env python3
20 # Note: this script is python2 and python 3 compatible.
21 #
22 # fiologparser.py
23--- a/tools/hist/fiologparser_hist.py
24+++ b/tools/hist/fiologparser_hist.py
25@@ -1,4 +1,4 @@
26-#!/usr/bin/env python
27+#!/usr/bin/env python3
28 """
29 Utility for converting *_clat_hist* files generated by fio into latency statistics.
30
31--- a/tools/plot/fio2gnuplot
32+++ b/tools/plot/fio2gnuplot
33@@ -1,4 +1,4 @@
34-#!/usr/bin/env python
35+#!/usr/bin/env python3
36 # Note: this script is python2 and python3 compatible.
37 #
38 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>