Subversion Repositories SmartDukaan

Rev

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

Rev 64 Rev 65
Line 1... Line -...
1
print "expFacetDef=" + `expFacetDef`
-
 
2
print "expEntity=" + `expEntity`
-
 
3
if vars().has_key('feature'):
1
#if vars().has_key('expFeature'):
4
    print "feature=" + `feature`
2
#    print "expFeature=" + `expFeature`
5
    
3
 
6
if vars().has_key('featureDef'):
4
values = []
7
    print "featureDef=" + `featureDef`
5
expBullets = expFeature.getExpandedBullets()
8
    
6
 
9
if vars().has_key('slide'):
7
if expBullets is not None:
10
    print "slide=" + `slide`
8
    for expBullet in expBullets:
-
 
9
        values.append(expBullet.getValue())
11
    
10
    
12
if vars().has_key('slideDef'):
-
 
13
    print "slideDef=" + `slideDef`
-
 
14
11