layers: Make generators Python 2.7-compatible.
authorJamie Madill <jmadill@chromium.org>
Tue, 13 Dec 2016 22:02:57 +0000 (17:02 -0500)
committerMark Lobodzinski <mark@lunarg.com>
Mon, 19 Dec 2016 20:38:07 +0000 (13:38 -0700)
commit55723167862b7319d1a58fdb8510dce9eb83ab7d
treef4ab0bd767ebb81705c971d86fac854c6f045926
parent8327c433bc8cf968863899b590539e8bbb3f4c02
layers: Make generators Python 2.7-compatible.

ANGLE and Chromium are fixed with Python 2.7, so we need to update
the generator to something that is compatible with 2.7 and 3.2.
The unicode handling is different between the two, so switch
scripts to use unicode literals (u'txt' instead of 'txt').

Change-Id: I1570a45e302a09bb1f99eabc84f50b2ec599944d
scripts/parameter_validation_generator.py
scripts/threading_generator.py
scripts/unique_objects_generator.py