Closed Tinche closed 7 years ago
Hi,
in Python 3 dicts don't support iteritems, so here we go.
Thank you. I opened #506 which uses six.iteritems in another place and incorporates your commit.
six.iteritems
Hi,
in Python 3 dicts don't support iteritems, so here we go.