display all of the profile
This commit is contained in:
parent
c4d8f7de2e
commit
f95aab9096
4 changed files with 200 additions and 88 deletions
|
|
@ -26,7 +26,7 @@ class ProfileNode(object):
|
|||
HEAD = 0x01
|
||||
SECTION = 0x02
|
||||
|
||||
def __init__(self, name, label, value, sufix=None, flags=None):
|
||||
def __init__(self, name, label, value, sufix=None, flags=0):
|
||||
self.name = name
|
||||
self.label = label
|
||||
self.value = value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue