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