Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow role usage with Python 3 (#32)
In Python 3, iteritems() doesn't exist anymore. A simple fix is to switch to items() instead which is available both in versions 2 & 3.
- Loading branch information