Merge pull request #121 from mbrannigan/master

ensure template compatible with python 2
This commit is contained in:
Javier Bértoli 2016-09-15 10:33:32 -03:00 committed by GitHub
commit 0746f6091f

View file

@ -38,5 +38,5 @@ local all postgres peer
{%- endif %}
{%- endif %}
{{ '{:<8}{:<16}{:<16}{:<24}{}'.format(*acl) -}}
{{ '{0:<8}{1:<16}{2:<16}{3:<24}{4}'.format(*acl) -}}
{% endfor %}