Skip to content
Snippets Groups Projects
Commit 914747b3 authored by jurgenhaas's avatar jurgenhaas
Browse files

Change iteritems to items for Python 3

parent b5791850
No related branches found
No related tags found
No related merge requests found
{
{% if composer_http_basic %}
"http-basic": {
{% for repository,credentials in composer_http_basic.iteritems() %}
{% for repository,credentials in composer_http_basic.items() %}
{% if loop.index0 %},{% endif %}
"{{ repository }}": {
"username": "{{ credentials.username }}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment