We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee4baf commit 4a3a0e0Copy full SHA for 4a3a0e0
templates/pip.conf.j2
@@ -1,6 +1,6 @@
1
-{% for section,config in python_pip_config.iteritems() | sort %}
+{% for section,config in python_pip_config.items() | sort %}
2
[{{section}}]
3
-{% for k,v in config.iteritems() | sort %}
+{% for k,v in config.items() | sort %}
4
{% if v is iterable and v is not string %}
5
{{k}} =
6
{% for item in v %}
0 commit comments