From f9eac86c720541411770b4d42582fb7420a8a685 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 13 Nov 2023 14:15:25 -0800 Subject: [PATCH] batcave01: ansible-core now switches back to python-3.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 f2a6047d38..4a32c34758 100755 --- a/scripts/list-vms-per-host +++ b/scripts/list-vms-per-host @@ -1,4 +1,4 @@ -#!/usr/bin/python3.11 -tt +#!/usr/bin/python3 -tt # Author: Toshio Kuratomi # Copyright: December 2015, November 2016 # License: LGPLv3+ diff --git a/scripts/logview b/scripts/logview index 14400ae741..e80157e92f 100755 --- a/scripts/logview +++ b/scripts/logview @@ -1,4 +1,4 @@ -#!/usr/bin/python3.11 +#!/usr/bin/python3 # -*- coding: utf-8 -*- # vim: et ts=4 ai sw=4 sts=0 import sys