]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
scripts/qmp: Use Python 3 interpreter
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 12 May 2020 10:32:35 +0000 (12:32 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 31 May 2020 11:56:46 +0000 (13:56 +0200)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20200512103238.7078-4-philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
scripts/qmp/qom-get
scripts/qmp/qom-list
scripts/qmp/qom-set
scripts/qmp/qom-tree

index 007b4cd442ee5d2261a0ce51fd269ab79cf58cab..7c5ede91bbbe0f4b61cdb34f8b8f107332296136 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 ##
 # QEMU Object Model test tools
 #
index 03bda3446b783ac2415a02789e7fa2a59ed8ea5d..bb68fd65d41a47e15b12ce7832c30e64a55d2e0f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 ##
 # QEMU Object Model test tools
 #
index c37fe78b00008ad6e2777b717fd69195903eb645..19881d85e9989687fbf430af75e449228b4386b2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 ##
 # QEMU Object Model test tools
 #
index 1c8acf61e79f8c994311a8010ec479c16b25aa7f..fa91147a03ad405699ec80dffb5535bbbdbefb01 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 ##
 # QEMU Object Model test tools
 #