correctly fill the profile in Contact object

This commit is contained in:
Romain Bignon 2010-07-09 17:11:32 +02:00
commit 45f0b72657
2 changed files with 14 additions and 16 deletions

View file

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