summaryrefslogtreecommitdiffstats
path: root/ipapython/graph.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython/graph.py')
-rw-r--r--ipapython/graph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/graph.py b/ipapython/graph.py
index e27249466..b4373abea 100644
--- a/ipapython/graph.py
+++ b/ipapython/graph.py
@@ -44,7 +44,7 @@ class Graph():
# delete _adjacencies
del self._adj[vertex]
- for key, _adj in self._adj.iteritems():
+ for key, _adj in self._adj.items():
_adj[:] = [v for v in _adj if v != vertex]
# delete edges