fix for python 3 compatibility

pull/24/head
Daniel Bacher 2018-02-11 13:40:26 +01:00 committed by GitHub
parent 539b1445be
commit dd44094774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# -------------------------------------------
[mysqld]
{% for key, value in mysql_extra_configuration.iteritems() %}
{% for key, value in mysql_extra_configuration.items() %}
{% if value is defined or value is not none %}
{{ key }} = {{ value }}
{% else %}