Subversion Repositories SmartDukaan

Rev

Rev 65 | Blame | Compare with Previous | Last modification | View Log | RSS feed

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

values = []
expBullets = expFeature.getExpandedBullets()

if expBullets is not None:
    for expBullet in expBullets:
        values.append(expBullet.getValue())