ansible: ansible is using python3.11 now, so adjust these scripts too
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c98a710884
commit
dce1e12f63
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3.9 -tt
|
#!/usr/bin/python3.11 -tt
|
||||||
# Author: Toshio Kuratomi <toshio@fedoraproject.org>
|
# Author: Toshio Kuratomi <toshio@fedoraproject.org>
|
||||||
# Copyright: December 2015, November 2016
|
# Copyright: December 2015, November 2016
|
||||||
# License: LGPLv3+
|
# License: LGPLv3+
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3.9
|
#!/usr/bin/python3.11
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vim: et ts=4 ai sw=4 sts=0
|
# vim: et ts=4 ai sw=4 sts=0
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue