Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
102 naveen 1
#if vars().has_key('expFeature'):
2
#    print "expFeature=" + `expFeature`
3
#
4
#if vars().has_key('feature'):
5
#    print "feature=" + `feature`
6
 
7
expBullets = expFeature.getExpandedBullets()
8
expBullet = expBullets[0]
9
value = expBullet.getValue()
10
print "value=" + `value` 
11
 
12
newvalue = int(value) * 1000
13
print "newvalue=" + `newvalue` 
14
newunitid = "50007"