diff options
author | Martin Peres <martin.peres@linux.intel.com> | 2015-08-19 15:27:47 +0300 |
---|---|---|
committer | Martin Peres <martin.peres@linux.intel.com> | 2015-08-19 15:28:39 +0300 |
commit | a69b73526ba90ed11e545000ad7232e1c39447e8 (patch) | |
tree | b34dcf80ef318f579da1047c6250be407e3b6451 /stats | |
parent | 423517f129fdf936de454de019cd39bdd9230d60 (diff) |
utils: use env to find the location of python3
Diffstat (limited to 'stats')
-rwxr-xr-x | stats/gen_report.py | 2 |
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 |