Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
71 naveen 1
import messaging_math as mathmodel
73 naveen 2
import utils
71 naveen 3
 
73 naveen 4
print "expSlide=" + `expSlide`
71 naveen 5
 
73 naveen 6
struct = utils.contentModel2Struct(expSlide)
7
print "struct=" + `struct`
8
 
71 naveen 9
score = mathmodel.getscore(struct)