Blame | Last modification | View Log | RSS feed
import hardware_math as mathmodel import utils print "expSlide=" + `expSlide` struct = utils.contentModel2Struct(expSlide, categoryObj) print "struct=" + `struct` score = mathmodel.getscore(struct)
import hardware_math as mathmodel
import utils
print "expSlide=" + `expSlide`
struct = utils.contentModel2Struct(expSlide, categoryObj)
print "struct=" + `struct`
score = mathmodel.getscore(struct)