Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eca3234

Browse files
authored
chore: use a better shebang in list-translators
1 parent f21afef commit eca3234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

list-translators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
# Extract translation credits from the PO files within the directory
33

44
from pathlib import Path

0 commit comments

Comments
 (0)