mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[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:
parent
9131f32c22
commit
591039eaf3
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# coding: utf-8
|
||||
|
||||
import argparse
|
||||
|
|
Loading…
Reference in a new issue