Skip to content
Commit 74133769 authored by Laurent Bachelier's avatar Laurent Bachelier 🐧 Committed by hydrargyrum
Browse files

config: Force everything to be an iterator

So this is Python 3 behavior in Python 2 but no change for Python 3.

This class is not really useful if you're asking .items()
expecting a list like Python 2 does.

As a bonus it doesn't make pyflakes.sh panic.
parent 6afe5de2
Pipeline #278636571 canceled with stages
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment