summaryrefslogtreecommitdiff
path: root/framework/test/opengl.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/test/opengl.py')
-rw-r--r--framework/test/opengl.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/framework/test/opengl.py b/framework/test/opengl.py
index 0566fb0a8..2f1c5e157 100644
--- a/framework/test/opengl.py
+++ b/framework/test/opengl.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright (c) 2015-2016 Intel Corporation
+# Copyright (c) 2015-2016, 2019 Intel Corporation
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -21,14 +21,9 @@
"""Mixins for OpenGL derived tests."""
-from __future__ import (
- absolute_import, division, print_function, unicode_literals
-)
import os
import warnings
-import six
-
from framework import wflinfo
from .base import TestIsSkip