Commit ace0891f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 20481b2e
......@@ -23,7 +23,9 @@ def j2render(config, jcfg):
'url': 'config/{}.jinja2.cfg'.format(config),
'output': 'config/{}.cfg'.format(config),
'context': textctx,
'import-list': 'rawfile amari_lte.jinja2 amari/lte.jinja2',
'import-list': '''
rawfile amari_lte.jinja2 amari/lte.jinja2
rawfile amari_slap.jinja2 amari/slap.jinja2''',
})
# avoid dependency on zc.buildout.download and the need to use non-stub buildout section
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment