mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
genxml: require future imports for python2 compatibility.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
cc: 12.0 <mesa-stable@lists.freedesktop.org>
(cherry picked from commit a45a25418b)
This commit is contained in:
parent
aed6230269
commit
9ed6965749
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
#encoding=utf-8
|
||||
|
||||
from __future__ import (
|
||||
absolute_import, division, print_function, unicode_literals
|
||||
)
|
||||
import xml.parsers.expat
|
||||
import re
|
||||
import sys
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue