summaryrefslogtreecommitdiff
path: root/framework/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/test/__init__.py')
-rw-r--r--framework/test/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/test/__init__.py b/framework/test/__init__.py
index daf3b6d41..1d14cb01e 100644
--- a/framework/test/__init__.py
+++ b/framework/test/__init__.py
@@ -25,9 +25,6 @@
# create a general use API, but allow it to be controlled by setting the
# __all__ in each module
-from __future__ import (
- absolute_import, division, print_function, unicode_literals
-)
from .base import *
from .piglit_test import *
from .glsl_parser_test import *