lashex / flask-neo4j

Flask extension providing integration with the Neo4j graph database.
Other
57 stars 16 forks source link

updating for dict iter items for python2/py3k compatibility #7

Closed stevei101 closed 8 years ago

stevei101 commented 9 years ago

As of Python 3.0 the dict.iterkeys(), dict.iteritems() and dict.itervalues() methods are no longer supported.