Changed iteritems() calls to items()
This commit is contained in:
parent
091f99ce64
commit
f3d844e782
@ -8,7 +8,7 @@
|
||||
# If you have the `glibc-doc-reference' and `info' packages installed, try:
|
||||
# `info libc "Name Service Switch"' for information about this file.
|
||||
|
||||
{%- for key, value in nsswitch.config.iteritems() %}
|
||||
{%- for key, value in nsswitch.config.items() %}
|
||||
{{ key }}: {{ value }}
|
||||
{%- endfor %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user