From: Vladimir Sementsov-Ogievskiy Date: Sat, 16 Jan 2021 21:47:03 +0000 (+0300) Subject: simplebench/bench_block_job: use correct shebang line with python3 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2096de521edfe8677308a7419bc61faa108f242a;p=qemu.git simplebench/bench_block_job: use correct shebang line with python3 Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Max Reitz Message-Id: <20210116214705.822267-22-vsementsov@virtuozzo.com> Signed-off-by: Max Reitz --- diff --git a/scripts/simplebench/bench_block_job.py b/scripts/simplebench/bench_block_job.py index 9808d696cf..a0dda1dc4e 100755 --- a/scripts/simplebench/bench_block_job.py +++ b/scripts/simplebench/bench_block_job.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Benchmark block jobs #