Skip to content
Snippets Groups Projects
Commit 4dd7b28003d2 authored by Dirkjan Ochtman's avatar Dirkjan Ochtman
Browse files

use dict.iteritems() rather than dict.items()

This should be faster and more future-proof. Calls where the result is to be
sorted using util.sort() have been left unchanged. Calls to .items() on
configparser objects have been left as-is, too.
parent 6d891df43a5f
No related branches found
No related tags found
Loading
Loading
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