correctly fill the profile in Contact object
This commit is contained in:
parent
47a5c8028e
commit
45f0b72657
2 changed files with 14 additions and 16 deletions
|
|
@ -22,7 +22,8 @@ from .cap import ICap
|
|||
__all__ = ['ICapContact', 'Contact']
|
||||
|
||||
class ProfileNode(object):
|
||||
HEAD = 0x01
|
||||
HEAD = 0x01
|
||||
SECTION = 0x02
|
||||
|
||||
def __init__(self, name, label, value, sufix=None, flags=None):
|
||||
self.name = name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue