Commit eecb98a5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5a363ef0
...@@ -4,9 +4,12 @@ ...@@ -4,9 +4,12 @@
cells (server- or client-level) need to be configured. Then, after cells (server- or client-level) need to be configured. Then, after
importing, use buildout() macro to emit instance-level code to importing, use buildout() macro to emit instance-level code to
handle configured RUs and cells. handle configured RUs and cells.
NOTE: before importing package amari_slap.jinja2 needs to already loaded as
{%- import 'amari_slap.jinja2' as slaplte with context %}
#} #}
{#- XXX need to be already loaded {%- import 'amari_slap.jinja2' as lte with context %} #}
{%- set iru_dict = {} %} {%- set iru_dict = {} %}
{%- set icell_dict = {} %} {%- set icell_dict = {} %}
......
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