git @ Cat's Eye Technologies
tagfarm
/
47e71fc
Launch script using `python3` executable by default.
Chris Pressey
2 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
bin/tagfarm
less
more
0
#!/usr/bin/env python
0
#!/usr/bin/env python3
1
1
2
2
from os.path import realpath, dirname, join
3
3
import sys