diff options
Diffstat (limited to 'gnuradio-runtime/examples/mp-sched/plot_flops.py')
-rw-r--r--[-rwxr-xr-x] | gnuradio-runtime/examples/mp-sched/plot_flops.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-runtime/examples/mp-sched/plot_flops.py b/gnuradio-runtime/examples/mp-sched/plot_flops.py index 9bd2ff12bb..e71770aee3 100755..100644 --- a/gnuradio-runtime/examples/mp-sched/plot_flops.py +++ b/gnuradio-runtime/examples/mp-sched/plot_flops.py @@ -23,6 +23,7 @@ Reads output from run_synthetic.py and runs gnuplot showing GFLOPS as f(npipes, nstages) """ +from __future__ import unicode_literals import re import sys |