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 error iteration on dictionary python #143

Closed teehamaral closed 8 years ago

teehamaral commented 8 years ago

Dictionary object has no attribute 'iteritems', is causing error in editing users authData.

milesrichardson commented 8 years ago

both iteritems and items work for me on python 2.7.11 -- I'm assuming this might be a version issue?

Since both work for me, I'll accept the pull request -- YOLO.