summaryrefslogtreecommitdiff
path: root/tests/deqp_gles3.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/deqp_gles3.py')
-rw-r--r--tests/deqp_gles3.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/deqp_gles3.py b/tests/deqp_gles3.py
index 0fed6b3fa..3c2683427 100644
--- a/tests/deqp_gles3.py
+++ b/tests/deqp_gles3.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright 2014, 2015 Intel Corporation
+# Copyright 2014, 2015, 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,9 +21,6 @@
"""Piglit integrations for dEQP GLES3 tests."""
-from __future__ import (
- absolute_import, division, print_function, unicode_literals
-)
import os
import warnings