mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
This new runtime test allows to make sure that the python-mako package minimally works at runtime. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2 lines
32 B
Python
2 lines
32 B
Python
from mako import runtime # noqa
|