Exemplo n.º 1
0
 def __init__(self, name, pic_location, menu_id, title, subtitle, description):
     PictureReference.__init__(self, name, pic_location, menu_id, title, subtitle, description)
     Container.__init__(self)
     Contained.__init__(self)
     Modifyable.__init__(self)
Exemplo n.º 2
0
 def __init__(self, name, pic_location, highres_location, menu_id, title, subtitle, description, exif):
     Modifyable.__init__(self)
     PictureReference.__init__(self, name, pic_location, menu_id, title, subtitle, description)
     self.__highres_location = highres_location
     Contained.__init__(self)
     self.__exif = exif