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