Am 21. Januar 2011 09:58 schrieb René Nussbaumer <[email protected]>: > + for node in self.nodes: > + node_entry = [(constants.RS_NORMAL, node.name)] > + ret.append(node_entry)
Why is the result a list and not a dict indexed by the node name? Michael
