mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 23:40:10 +01:00
amd/sid_tables: add additional python3 compatibility imports
This happened to bite me while doing some experiments. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
6f0322b16a
commit
76c5ad1995
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from __future__ import print_function
|
||||
from __future__ import print_function, division, unicode_literals
|
||||
|
||||
CopyRight = '''
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue