Subversion Repositories SmartDukaan

Rev

Rev 64 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

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

values = []

expFeatures = expSlide.getExpandedFeatures()
if expFeatures is not None:
    for expFeature in expFeatures:
        values.append(expFeature.getFeatureDefinition().getLabel())