display all of the profile

This commit is contained in:
Romain Bignon 2010-07-29 13:08:16 +02:00
commit f95aab9096
4 changed files with 200 additions and 88 deletions

View file

@ -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