From 3a73ef0d6d4722723513ebc03320b51e691b8d75 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 16 Nov 2022 14:14:43 -0800 Subject: [PATCH] ansible-core is now using python3.9 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 da8a6d87fc..69a107a092 100755 --- a/scripts/list-vms-per-host +++ b/scripts/list-vms-per-host @@ -1,4 +1,4 @@ -#!/usr/bin/python3.8 -tt +#!/usr/bin/python3.9 -tt # Author: Toshio Kuratomi # Copyright: December 2015, November 2016 # License: LGPLv3+ diff --git a/scripts/logview b/scripts/logview index 3e52152b71..0ea99364ab 100755 --- a/scripts/logview +++ b/scripts/logview @@ -1,4 +1,4 @@ -#!/usr/bin/python3.8 +#!/usr/bin/python3.9 # -*- coding: utf-8 -*- # vim: et ts=4 ai sw=4 sts=0 import sys