diff options
Diffstat (limited to 'util/plot_dram')
-rwxr-xr-x | util/plot_dram/dram_lat_mem_rd_plot.py | 2 | ||||
-rwxr-xr-x | util/plot_dram/dram_sweep_plot.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/util/plot_dram/dram_lat_mem_rd_plot.py b/util/plot_dram/dram_lat_mem_rd_plot.py index 422b14049..bdfc3b4d7 100755 --- a/util/plot_dram/dram_lat_mem_rd_plot.py +++ b/util/plot_dram/dram_lat_mem_rd_plot.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # Copyright (c) 2015 ARM Limited # All rights reserved diff --git a/util/plot_dram/dram_sweep_plot.py b/util/plot_dram/dram_sweep_plot.py index 5eb18b95a..3cef209ec 100755 --- a/util/plot_dram/dram_sweep_plot.py +++ b/util/plot_dram/dram_sweep_plot.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # Copyright (c) 2014 ARM Limited # All rights reserved |