mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-07 19:57:46 +00:00
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 <[email protected]>