kumquat-buildroot/support/testing/tests/package/sample_python_mako_ext.py
Romain Naour f9f6da877a support/testing: TestPythonPy3MakoExt: new test for mako external plugins
Mako provide some external plugins that requires additionnal and
optional runtime dependencies, make sure we test these situations.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-09-30 18:48:26 +02:00

4 lines
104 B
Python

from mako import runtime # noqa
import mako.ext.pygmentplugin # noqa
import mako.ext.babelplugin # noqa