Commit d05ba84f by Steve Strassmann

/usr/bin/env in shebang line

parent 0a62d5c7
#!/usr/bin/python #!/usr/bin/env python
""" """
See https://edx-wiki.atlassian.net/wiki/display/ENG/PO+File+workflow See https://edx-wiki.atlassian.net/wiki/display/ENG/PO+File+workflow
......
#!/usr/bin/python #!/usr/bin/env python
""" """
See https://edx-wiki.atlassian.net/wiki/display/ENG/PO+File+workflow See https://edx-wiki.atlassian.net/wiki/display/ENG/PO+File+workflow
......
#!/usr/bin/python #!/usr/bin/env python
# Generate test translation files from human-readable po files. # Generate test translation files from human-readable po files.
# #
......
#!/usr/bin/python #!/usr/bin/env python
import os, sys import os, sys
from polib import pofile from polib import pofile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment