diff options
author | Nicolai Hähnle <[email protected]> | 2017-11-19 12:59:45 +0100 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2018-12-19 12:01:09 +0100 |
commit | 76c5ad1995cf48c3a5281fc4e8b6e3de58880ed7 (patch) | |
tree | 70e3423c557622068304a32d62e94e4ed10f65c1 /src/amd/common | |
parent | 6f0322b16a3fc698496d836c8b7a7152d8a1b75c (diff) |
amd/sid_tables: add additional python3 compatibility imports
This happened to bite me while doing some experiments.
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/amd/common')
-rw-r--r-- | src/amd/common/sid_tables.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ''' /* |