diff options
Diffstat (limited to 'tests/glslparser.py')
-rw-r--r-- | tests/glslparser.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/glslparser.py b/tests/glslparser.py index b5338f87d..60442a2a4 100644 --- a/tests/glslparser.py +++ b/tests/glslparser.py @@ -1,5 +1,9 @@ """A profile that runs only GLSLParserTest instances.""" +from __future__ import ( + absolute_import, division, print_function, unicode_literals +) + from framework.test import GLSLParserTest from tests.all import profile |