summaryrefslogtreecommitdiff
path: root/unittests/glsl_parser_test_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/glsl_parser_test_tests.py')
-rw-r--r--unittests/glsl_parser_test_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/glsl_parser_test_tests.py b/unittests/glsl_parser_test_tests.py
index 831cde123..629b1d438 100644
--- a/unittests/glsl_parser_test_tests.py
+++ b/unittests/glsl_parser_test_tests.py
@@ -20,7 +20,7 @@
""" Provides tests for the shader_test module """
-from __future__ import print_function, absolute_import
+from __future__ import absolute_import, division, print_function
import os
import textwrap