aboutsummaryrefslogtreecommitdiff
path: root/generated_tests/gen_outerproduct_tests.py
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2015-02-23 14:01:58 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2015-02-23 15:47:10 -0800
commit498fa8cd5cdbf3d1ac20d754aeee5c3b55ffdd64 (patch)
tree127b0ecc572aec5c0e57791635ef901673339e85 /generated_tests/gen_outerproduct_tests.py
parent27cea0df708fdd13edeaadacc0b8ca8b768616b9 (diff)
downloadpiglit-498fa8cd5cdbf3d1ac20d754aeee5c3b55ffdd64.tar.gz
generators: use __future__ absolute_import
Again, this doesn't change the output of any of the generators, but it helps to eliminate surprising behavior when switching from python2 to python3 v2: - add this patch Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'generated_tests/gen_outerproduct_tests.py')
-rw-r--r--generated_tests/gen_outerproduct_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/generated_tests/gen_outerproduct_tests.py b/generated_tests/gen_outerproduct_tests.py
index 7346814b6..0948144d9 100644
--- a/generated_tests/gen_outerproduct_tests.py
+++ b/generated_tests/gen_outerproduct_tests.py
@@ -20,7 +20,7 @@
""" Generate glsl 1.20 outerproduct tests """
-from __future__ import print_function, division
+from __future__ import print_function, division, absolute_import
import os
import itertools
import collections