mirror of
https://github.com/derrod/legendary.git
synced 2025-08-04 15:01:02 +00:00
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:
parent
450784283d
commit
3511a05c65
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
|
|
Loading…
Reference in a new issue