#!/usr/bin/env based python3 resolution
This commit is contained in:
parent
0a5a556f08
commit
2760d11a67
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# todo: Show related git history of a file?
|
# todo: Show related git history of a file?
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from sys import argv, exit
|
from sys import argv, exit
|
||||||
from os import walk, path
|
from os import walk, path
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from sys import argv, exit
|
from sys import argv, exit
|
||||||
from random import seed
|
from random import seed
|
||||||
|
Loading…
Reference in New Issue
Block a user