From dce1e12f63d4fca18a3b7b184852840f6dd7ee5a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 17 May 2023 16:53:55 -0700 Subject: [PATCH] ansible: ansible is using python3.11 now, so adjust these scripts too Signed-off-by: Kevin Fenzi --- scripts/list-vms-per-host | 2 +- scripts/logview | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/list-vms-per-host b/scripts/list-vms-per-host index 69a107a092..f2a6047d38 100755 --- a/scripts/list-vms-per-host +++ b/scripts/list-vms-per-host @@ -1,4 +1,4 @@ -#!/usr/bin/python3.9 -tt +#!/usr/bin/python3.11 -tt # Author: Toshio Kuratomi # Copyright: December 2015, November 2016 # License: LGPLv3+ diff --git a/scripts/logview b/scripts/logview index 0ea99364ab..14400ae741 100755 --- a/scripts/logview +++ b/scripts/logview @@ -1,4 +1,4 @@ -#!/usr/bin/python3.9 +#!/usr/bin/python3.11 # -*- coding: utf-8 -*- # vim: et ts=4 ai sw=4 sts=0 import sys