enhancement of load detection of fields
This commit is contained in:
parent
171722fce3
commit
b354f8d3a7
4 changed files with 35 additions and 13 deletions
|
|
@ -33,9 +33,10 @@ class ProfileNode(object):
|
|||
self.sufix = sufix
|
||||
self.flags = flags
|
||||
|
||||
class ContactPhoto(object):
|
||||
class ContactPhoto(CapBaseObject):
|
||||
def __init__(self, name):
|
||||
self.name = name
|
||||
CapBaseObject.__init__(self, name)
|
||||
self.name = name #useless, but keep compatibility
|
||||
self.url = u''
|
||||
self.data = ''
|
||||
self.thumbnail_url = u''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue