Subversion Repositories SmartDukaan

Rev

Rev 774 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1312 rajveer 1
values = []
64 naveen 2
 
1312 rajveer 3
expFeatures = expSlide.getExpandedFeatures()
4
if expFeatures is not None:
5
    for expFeature in expFeatures:
6
        print expFeature.getFeatureDefinition().getID()
7
        if expFeature.getFeatureDefinition().getID() == 120080:
8
            expBullets = expFeature.getExpandedBullets()
9
            if expBullets is not None:
10
                for expBullet in expBullets:
11
                    brand = expBullet.getValue().strip()
12
                    values.append(brand)