milesrichardson / ParsePy

A relatively up-to-date fork of ParsePy, the Python wrapper for the Parse.com API. Originally maintained by @dgrtwo
MIT License
515 stars 184 forks source link

Fix iteritems call in Python3 #124

Closed pistatium closed 8 years ago

pistatium commented 9 years ago

I revised an error in Python3.

milesrichardson commented 8 years ago

looks like this is an equivalent fix to already merged #143 -- closing this. please correct if wrong. I don't use python3 so can't test, but #143 works on 2.7.11