Subversion Repositories SmartDukaan

Rev

Rev 77 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

import voice_calling_technology_math as mathmodel
import utils

print "expSlide=" + `expSlide`

struct = utils.contentModel2Struct(expSlide)
print "struct=" + `struct`

newstruct = {}

a = {}
a['2G Network'] = {}

b = {}
b['features'] = a

c = {}
c['Cellular Technologies'] = b

newstruct['childrenslides'] = c
print "newstruct=" + `newstruct`

score = mathmodel.getscore(newstruct)