Commit fba6c8d5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 641e58ba
......@@ -24,12 +24,8 @@
{%- macro buildout() %}
{%- set root = slap_configuration['instance-title'] %}
{#- B returns buildout-encoded name %}
{#- B(name) returns buildout-encoded form of name %}
{#- set B = xbuildout.encode #}
{%- macro B(name) %}
{#- always add some prefix to catch mismatched references without B() #}
{{- '' + xbuildout.encode(name) -}}
{%- endmacro %}
{#- part emits new buildout section and registers it into buildout.parts #}
{%- set parts_list = [] %}
......
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