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:
Dylan Baker 2016-05-31 11:36:26 -07:00 committed by Emil Velikov
parent aed6230269
commit 9ed6965749

View file

@ -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