From 76c5ad1995cf48c3a5281fc4e8b6e3de58880ed7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolai=20H=C3=A4hnle?= Date: Sun, 19 Nov 2017 12:59:45 +0100 Subject: [PATCH] amd/sid_tables: add additional python3 compatibility imports MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This happened to bite me while doing some experiments. Reviewed-by: Marek Olšák --- src/amd/common/sid_tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/common/sid_tables.py b/src/amd/common/sid_tables.py index 7b5e626e3e1..f12bed4b209 100644 --- a/src/amd/common/sid_tables.py +++ b/src/amd/common/sid_tables.py @@ -1,4 +1,4 @@ -from __future__ import print_function +from __future__ import print_function, division, unicode_literals CopyRight = ''' /* -- 2.30.2