-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
A couple of methods that deal with config use the dict.iteritems() method which was removed in python 3. Seeing as python 2 reached eol a while ago now, it would be great to change that. I found this: https://www.python.org/dev/peps/pep-0469/ and this: https://stackoverflow.com/questions/30418481/error-dict-object-has-no-attribute-iteritems (these give conflicting answers to the question of what to replace iteritems with).
Thanks!
Metadata
Metadata
Assignees
Labels
No labels