Use superclass constructor
This commit is contained in:
parent
ab936faa05
commit
5b35460a67
1 changed files with 1 additions and 2 deletions
|
@ -127,8 +127,7 @@ class RootNode(TagNode):
|
|||
The root node. There is exactly one such node.
|
||||
"""
|
||||
def __init__(self):
|
||||
self.name = None
|
||||
self.data = []
|
||||
TagNode.__init__(self, None)
|
||||
|
||||
def debug(self):
|
||||
s = ""
|
||||
|
|
Loading…
Add table
Reference in a new issue