ci-fairy: add a generic import function to jinja2
Inspired by https://stackoverflow.com/a/48270196
This allows to generically add any python module into jinja.
FTR, the need came when I had to use some regex as inputs in the config file.
Signed-off-by: Benjamin Tissoires benjamin.tissoires@gmail.com
Cc: @whot