Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

if vars().has_key('expSlide'):
    print "expSlide=" + `expSlide`

values = []
expandedFeatures = expSlide.getExpandedFeatures()
if expandedFeatures is not None:
    for expandedFeature in expandedFeatures:
        expandedBullets = expandedFeature.getExpandedBullets()
        if expandedBullets is not None:
            for expandedBullet in expandedBullets:
                values.append(expandedBullet.getValue())