display all of the profile
This commit is contained in:
parent
c4d8f7de2e
commit
f95aab9096
4 changed files with 200 additions and 88 deletions
|
|
@ -214,6 +214,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesReply, ICapDating, ICapC
|
|||
s = ProfileNode(section, section.capitalize(), [], flags=ProfileNode.SECTION)
|
||||
for key, value in d.iteritems():
|
||||
s.value.append(ProfileNode(key, key.capitalize(), value))
|
||||
contact.profile.append(s)
|
||||
|
||||
return contact
|
||||
except BrowserUnavailable:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue