Tooling around real quick from this morning
This commit is contained in:
parent
14e716f05f
commit
10b3d6c3cc
@ -7,4 +7,4 @@ class HYMap(dict, HYObject):
|
||||
self[node] = nodes[node]
|
||||
|
||||
def get_children(self):
|
||||
return self.keys()
|
||||
return self.keys() + self.values()
|
||||
|
Loading…
Reference in New Issue
Block a user