summaryrefslogtreecommitdiff
path: root/lib/inx/about.py
blob: 6db13865ababb1da328331cdab607956bd43be5f (plain)
1
2
3
4
5
6
7
from .utils import build_environment, write_inx_file


def generate_about_inx_file():
    env = build_environment()
    template = env.get_template('about.xml')
    write_inx_file("about", template.render())