From 48c54faca620fad341133531d47e92a42c3c8ff1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 31 Oct 2019 17:02:35 +0000 Subject: [PATCH] virt_boot: any chance this module just works with python3? Signed-off-by: Kevin Fenzi --- library/virt_boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/virt_boot b/library/virt_boot index 6591e5602d..eaadd8cf66 100755 --- a/library/virt_boot +++ b/library/virt_boot @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- coding: utf-8 -*- # (c) 2012, Jeroen Hoekx