diff options
author | Xavier Chantry <chantry.xavier@gmail.com> | 2010-11-08 18:34:53 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-11-08 18:34:53 -0800 |
commit | d4f693774b8518f8d95ab4fae0ee96d5bef2c9fd (patch) | |
tree | 4e0dc91dd423c6dce7e710fe8d65388f0f8e62c1 /tests/r300.tests | |
parent | 413c7712d2f017e7fbb15221dfa9b8779814503a (diff) |
tests: use /usr/bin/env python
This is just to have a consistent python header in all piglit python files.
Diffstat (limited to 'tests/r300.tests')
-rw-r--r-- | tests/r300.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/r300.tests b/tests/r300.tests index c4f24165d..0560f4767 100644 --- a/tests/r300.tests +++ b/tests/r300.tests @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Testing the r300 DRI driver # |