Subversion Repositories SmartDukaan

Rev

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

Rev 71 Rev 73
Line 1... Line 1...
1
import camera_math as mathmodel
1
import camera_math as mathmodel
-
 
2
import utils
2
 
3
 
-
 
4
print "expSlide=" + `expSlide`
3
#TODO
5
 
-
 
6
struct = utils.contentModel2Struct(expSlide)
4
struct = []
7
print "struct=" + `struct`
5
 
8
 
6
score = mathmodel.getscore(struct)
9
score = mathmodel.getscore(struct)
7
10