summaryrefslogtreecommitdiff
path: root/tests/cpu.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpu.py')
-rw-r--r--tests/cpu.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cpu.py b/tests/cpu.py
index d3f9f886d..34fb6f8ff 100644
--- a/tests/cpu.py
+++ b/tests/cpu.py
@@ -10,6 +10,9 @@ hardware.
"""
+from __future__ import (
+ absolute_import, division, print_function, unicode_literals
+)
from tests.quick import profile
from framework.test import GLSLParserTest