still making both branches closer
[nepi.git] / src / nepi / resources / planetlab / node.py
index c6f7bde..fb4aad6 100644 (file)
@@ -430,7 +430,7 @@ class PlanetlabNode(LinuxNode):
         nodes_id = []
         filters = {}
 
-        for attr_name, attr_obj in self._attrs.iteritems():
+        for attr_name, attr_obj in self._attrs.items():
             attr_value = self.get(attr_name)
             
             if attr_value is not None and attr_obj.has_flag(Flags.Filter) and \