Subversion Repositories SmartDukaan

Rev

Rev 323 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
71 naveen 1
import voice_calling_technology_math as mathmodel
73 naveen 2
import utils
71 naveen 3
 
73 naveen 4
print "expSlide=" + `expSlide`
71 naveen 5
 
2657 rajveer 6
struct = utils.contentModel2Struct(expSlide, categoryObj)
73 naveen 7
print "struct=" + `struct`
8
 
77 naveen 9
newstruct = {}
10
 
11
a = {}
12
a['2G Network'] = {}
13
 
14
b = {}
15
b['features'] = a
16
 
17
c = {}
18
c['Cellular Technologies'] = b
19
 
20
newstruct['childrenslides'] = c
21
print "newstruct=" + `newstruct`
22
 
2657 rajveer 23
score = mathmodel.getscore(newstruct)