addChild should return a boolean
This commit is contained in:
parent
c560e13f24
commit
2fdef0afe4
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ class TestNode():
|
|||
|
||||
def addChild(self, name, child):
|
||||
self.mystr = child.string
|
||||
return True
|
||||
|
||||
|
||||
class Test2Node():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue