Skip to content

Update iteritems() to python3 compatibility#5

Open
montjoile wants to merge 1 commit into
srome:masterfrom
montjoile:hotfix/iteritems
Open

Update iteritems() to python3 compatibility#5
montjoile wants to merge 1 commit into
srome:masterfrom
montjoile:hotfix/iteritems

Conversation

@montjoile

Copy link
Copy Markdown

Add compatibility with Python3 for iteritems() to fix #4
This change adds compatibility for both Python2.6/2.7 and Python3.x, as recommended here

@imatheussm

Copy link
Copy Markdown

I felt the need for this commit too. I hope my comment serves as an additional incentive to merge this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AttributeError: 'dict' object has no attribute 'iteritems'

2 participants