From f9eac86c720541411770b4d42582fb7420a8a685 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Nov 13 2023 22:15:25 +0000 Subject: batcave01: ansible-core now switches back to python-3.9 Signed-off-by: Kevin Fenzi --- diff --git a/scripts/list-vms-per-host b/scripts/list-vms-per-host index f2a6047..4a32c34 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 14400ae..e80157e 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