Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env)

7b01ce2 Favour python over python2 as per PR #7723 (Matthew King)
873e81f Use portable #! in python scripts (/usr/bin/env) (Matthew King)
This commit is contained in:
MarcoFalke
2016-08-15 15:44:13 +02:00
10 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
'''
Extract _("...") strings for translation and convert to Qt stringdefs so that
they can be picked up by Qt linguist.