Rev 7168 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
values = []value = "FALSE"expFeature = expSlide.getExpandedFeature(120446)if(expFeature):expBullets = expFeature.getExpandedBullets()if expBullets is not None:for expBullet in expBullets:communication = str(expBullet.getValue())if communication == 'Voice call facility':value = 'TRUE'breakvalues.append(value)