summaryrefslogtreecommitdiff
path: root/stats
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2015-08-19 15:27:47 +0300
committerMartin Peres <martin.peres@linux.intel.com>2015-08-19 15:28:39 +0300
commita69b73526ba90ed11e545000ad7232e1c39447e8 (patch)
treeb34dcf80ef318f579da1047c6250be407e3b6451 /stats
parent423517f129fdf936de454de019cd39bdd9230d60 (diff)
utils: use env to find the location of python3
Diffstat (limited to 'stats')
-rwxr-xr-xstats/gen_report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stats/gen_report.py b/stats/gen_report.py
index b60586b..08136ce 100755
--- a/stats/gen_report.py
+++ b/stats/gen_report.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
from matplotlib.patches import Rectangle
import matplotlib.gridspec as gridspec