Subversion Repositories SmartDukaan

Rev

Rev 64 | Blame | 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())