[test] Use /usr/bin/env python instead of /usr/bin/python

Bug 76494 - #!/usr/bin/python in testsuite

https://bugs.freedesktop.org/show_bug.cgi?id=76494
This commit is contained in:
Behdad Esfahbod 2015-04-06 14:51:31 -07:00
parent bfcddd32a6
commit 9868749abe
11 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *
import sys, os

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from hb_test_tools import *

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from __future__ import print_function
import sys, os, re, difflib, unicodedata, errno, cgi