Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use dict.items() for Python 3 compatibility
dict.iteritems() is no longer supported in Python 3. Fixes mhelwig#7
- Loading branch information