]> xenbits.xensource.com Git - seabios.git/commit
python3 fixes for vgabios and csm builds. rel-1.7.5
authorKevin O'Connor <kevin@koconnor.net>
Thu, 22 May 2014 20:59:16 +0000 (16:59 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 27 May 2014 14:38:50 +0000 (10:38 -0400)
commite51488c5f8800a52ac5c8da7a31b85cca5cc95d2
treec48e6efdb07126c25d966452120e7ec3cd27ec3f
parent7eac0c4e9d37a70ae69ee78dfc11f27a63f36b7d
python3 fixes for vgabios and csm builds.

Avoid using chr() as this produces unicode strings on python3.  Make
sure to only use ord() on slices as the python3 bytearray type returns
an integer on a non-slice array access.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
scripts/buildrom.py
scripts/checkrom.py