Rev 65 | Details | 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())