Use python3 shbang

Rational in PEP-394 fine print and reality of various distros

Details in https://github.com/derrod/legendary/issues/572

Closes: https://github.com/derrod/legendary/issues/572
This commit is contained in:
Witold Baryluk 2023-11-11 12:38:13 +00:00 committed by GitHub
parent 450784283d
commit 3511a05c65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# coding: utf-8
import argparse