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__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/test/__init__.py b/framework/test/__init__.py
index a9b5f4e39..1d1836420 100644
--- a/framework/test/__init__.py
+++ b/framework/test/__init__.py
@@ -24,7 +24,7 @@
# create a general use API, but allow it to be controlled by setting the
# __all__ in each module
-from __future__ import print_function, absolute_import
+from __future__ import absolute_import, division, print_function
from .base import *
from .piglit_test import *
from .gleantest import *