Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 64 |
naveen |
1 |
print "expFacetDef=" + `expFacetDef`
|
|
|
2 |
print "expEntity=" + `expEntity`
|
|
|
3 |
if vars().has_key('feature'):
|
|
|
4 |
print "feature=" + `feature`
|
|
|
5 |
|
|
|
6 |
if vars().has_key('featureDef'):
|
|
|
7 |
print "featureDef=" + `featureDef`
|
|
|
8 |
|
|
|
9 |
if vars().has_key('slide'):
|
|
|
10 |
print "slide=" + `slide`
|
|
|
11 |
|
|
|
12 |
if vars().has_key('slideDef'):
|
|
|
13 |
print "slideDef=" + `slideDef`
|