]> xenbits.xensource.com Git - seabios.git/commit
scripts: Remove python23compat.py
authorKevin O'Connor <kevin@koconnor.net>
Sun, 19 Dec 2021 06:31:09 +0000 (01:31 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 19 Dec 2021 14:45:04 +0000 (09:45 -0500)
commit6a62e0cb0dfe9cd28b70547dbea5caf76847c3a9
tree3f2d9e984dbe94b58e90bfdc37e61fbd38e624c9
parent9ad4399b0e13c84cd6680a8ea6896d7133519995
scripts: Remove python23compat.py

It's simpler to use b"" designations around binary strings than to use
the as_bytes() function.

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