From 93c21d4148f25e89841ac58e37845db8ee229140 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 3 Jun 2021 16:52:22 -0400 Subject: [PATCH] Commit to python3 ofr imgutil The imgutil will never be supported with python2, so we will go ahead and commit to python. --- confluent_osdeploy/diskless/build/genimage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/diskless/build/genimage.py b/confluent_osdeploy/diskless/build/genimage.py index b3358520..470a13c4 100644 --- a/confluent_osdeploy/diskless/build/genimage.py +++ b/confluent_osdeploy/diskless/build/genimage.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import ctypes import ctypes.util import glob