[cli] Use python3 shebang (#622)

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-16 00:41:02 +00:00 committed by GitHub
parent 9131f32c22
commit 591039eaf3
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