summaryrefslogtreecommitdiff
path: root/framework/test/oclconform.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/test/oclconform.py')
-rw-r--r--framework/test/oclconform.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/framework/test/oclconform.py b/framework/test/oclconform.py
index 8a652f7c4..48e4b72ab 100644
--- a/framework/test/oclconform.py
+++ b/framework/test/oclconform.py
@@ -1,3 +1,4 @@
+# Copyright 2016 Intel Corporation
# Copyright 2014 Advanced Micro Devices, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
@@ -22,7 +23,9 @@
# Authors: Tom Stellard <thomas.stellard@amd.com>
#
-from __future__ import absolute_import, division, print_function
+from __future__ import (
+ absolute_import, division, print_function, unicode_literals
+)
import re
import subprocess
from os.path import join