genxml: mark gen_pack_header.py as encoded in utf-8

There is unicode in this file, and I'm actually surprised that the
python interpreter hasn't gotten grumpy.

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 9f50e3572c)
This commit is contained in:
Dylan Baker 2016-05-31 11:29:50 -07:00 committed by Emil Velikov
parent 145705e49c
commit 0c12887764

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python3
#encoding=utf-8
import xml.parsers.expat
import re