Skip to content

Commit

Permalink
Use items
Browse files Browse the repository at this point in the history
  • Loading branch information
robinedwards committed Jun 18, 2013
1 parent fb1b5f1 commit 1524ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neomodel/util.py
Expand Up @@ -64,7 +64,7 @@ def _check_for_conflicts(self, results, requests):


def _legacy_conflict_check(cls, node, props):
for key, value in props.iteritems():
for key, value in items(props):
if key in cls._class_properties() and cls.get_property(key).unique_index:
results = cls.index.__index__.get(key, value)
if len(results):
Expand Down

0 comments on commit 1524ab7

Please sign in to comment.