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/external-glslparser.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/external-glslparser.tests')
-rw-r--r-- | tests/external-glslparser.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/external-glslparser.tests b/tests/external-glslparser.tests index 1faf91499..f8ea1ac03 100644 --- a/tests/external-glslparser.tests +++ b/tests/external-glslparser.tests @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # All tests that come with piglit, using default settings |