Subversion Repositories SmartDukaan

Rev

Rev 323 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 323 Rev 2657
Line 1... Line 1...
1
import voice_calling_technology_math as mathmodel
1
import voice_calling_technology_math as mathmodel
2
import utils
2
import utils
3
 
3
 
4
print "expSlide=" + `expSlide`
4
print "expSlide=" + `expSlide`
5
 
5
 
6
struct = utils.contentModel2Struct(expSlide)
6
struct = utils.contentModel2Struct(expSlide, categoryObj)
7
print "struct=" + `struct`
7
print "struct=" + `struct`
8
 
8
 
9
newstruct = {}
9
newstruct = {}
10
 
10
 
11
a = {}
11
a = {}
Line 18... Line 18...
18
c['Cellular Technologies'] = b
18
c['Cellular Technologies'] = b
19
 
19
 
20
newstruct['childrenslides'] = c
20
newstruct['childrenslides'] = c
21
print "newstruct=" + `newstruct`
21
print "newstruct=" + `newstruct`
22
 
22
 
23
score = mathmodel.getscore(newstruct)
-
 
24
23
score = mathmodel.getscore(newstruct)
-
 
24