[Mesa-dev] [PATCH 02/25] amd/sid_tables: add additional python3 compatibility imports
Nicolai Hähnle
nhaehnle at gmail.com
Thu Dec 6 14:00:23 UTC 2018
From: Nicolai Hähnle <nicolai.haehnle at amd.com>
This happened to bite me while doing some experiments.
---
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,11 +1,11 @@
-from __future__ import print_function
+from __future__ import print_function, division, unicode_literals
CopyRight = '''
/*
* Copyright 2015 Advanced Micro Devices, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* on the rights to use, copy, modify, merge, publish, distribute, sub
* license, and/or sell copies of the Software, and to permit persons to whom
--
2.19.1
More information about the mesa-dev
mailing list