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