Subversion Repositories SmartDukaan

Rev

Rev 5873 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5873 Rev 5998
Line 5... Line 5...
5
        print expFeature.getFeatureDefinition()
5
        print expFeature.getFeatureDefinition()
6
        if expFeature.getFeatureDefinition().getID() == 120332:
6
        if expFeature.getFeatureDefinition().getID() == 120332:
7
            expBullets = expFeature.getExpandedBullets()
7
            expBullets = expFeature.getExpandedBullets()
8
            if expBullets is not None:
8
            if expBullets is not None:
9
                for expBullet in expBullets:
9
                for expBullet in expBullets:
10
                    resolution = int(expBullet.getValue())
10
                    resolution = float(expBullet.getValue())
11
 
11
 
12
print "Resulution is" + `resolution`
12
print "Resulution is" + `resolution`
13
 
13
 
14
if resolution < 4 :
14
if resolution < 4 :
15
    strRate = "Upto 4x"    
15
    strRate = "Upto 4x"