Browse Source

scripts/qmp: Use Python 3 interpreter

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>
Philippe Mathieu-Daudé 5 năm trước cách đây
mục cha
commit
06d4c71f48
4 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 1 1
      scripts/qmp/qom-get
  2. 1 1
      scripts/qmp/qom-list
  3. 1 1
      scripts/qmp/qom-set
  4. 1 1
      scripts/qmp/qom-tree

+ 1 - 1
scripts/qmp/qom-get

@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 ##
 # QEMU Object Model test tools
 #

+ 1 - 1
scripts/qmp/qom-list

@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 ##
 # QEMU Object Model test tools
 #

+ 1 - 1
scripts/qmp/qom-set

@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 ##
 # QEMU Object Model test tools
 #

+ 1 - 1
scripts/qmp/qom-tree

@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 ##
 # QEMU Object Model test tools
 #