Subversion Repositories SmartDukaan

Rev

Rev 323 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 323 Rev 2657
Line 1... Line 1...
1
import utils
1
import utils
2
 
2
 
3
print "expSlide=" + `expSlide`
3
print "expSlide=" + `expSlide`
4
 
4
 
5
struct = utils.contentModel2Struct(expSlide)
5
struct = utils.contentModel2Struct(expSlide, categoryObj)
6
print "struct=" + `struct`
6
print "struct=" + `struct`
7
 
7
 
8
score = 0
8
score = 0
9
 
9
 
10
if struct.has_key("features") :
10
if struct.has_key("features") :