Change shebang from python to python3 to avoid confusion with python2

This script is a python3 script.
This commit is contained in:
Laurent Indermuehle 2023-03-03 14:26:15 +01:00
parent 0cbe258412
commit 29fc0f7742
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import yaml
import os