mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-05 21:15:09 +00:00
cb27d4f7a2
We had a home-made FileWrapper class, written in the days of Python 2, whose main purpose was to add line numbers. Use the standard class fileinput instead. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>