]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
UBUNTU: SAUCE: tools: hv: Update shebang to use python3 instead of python
authorSeth Forshee <seth.forshee@canonical.com>
Wed, 8 Jan 2020 14:45:12 +0000 (08:45 -0600)
committerAndrea Righi <andrea.righi@canonical.com>
Thu, 9 Mar 2023 14:57:21 +0000 (15:57 +0100)
Focal is removing the unversioned python symlink. Since python2
is unsupported in focal, update the shebang to use python3.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
tools/hv/lsvmbus

index 099f2c44dbed26e9b6fb8fa9e242fe8ed24ce825..f83698f14da283c4f63d579d48504aeaa420026c 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 
 import os