Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

values = []

childExpSlides = expSlide.getExpandedChildrenSlides()
if(childExpSlides):
    for childExpSlide in childExpSlides :
        if childExpSlide.getSlideDefinitionID() == 130096:
           expFeature = childExpSlide.getExpandedFeature(120005)
           if(expFeature):
               expBullets = expFeature.getExpandedBullets()
               if expBullets is not None:
                   for expBullet in expBullets:
                       screen_size = float(expBullet.getValue())
                       values.append(('%.12g' % screen_size) + " Inch")       
           break