Fix python shebang

The current shebang requires python 2 instead of python 3.

Trivial-Fix

Change-Id: I9172b43648c28e51edfd5d8695e750c18292ff90
This commit is contained in:
Takashi Kajinami 2023-10-18 00:43:02 +09:00
parent 1e75373beb
commit 7a832ea91c

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) 2019 SUSE
#