Subversion Repositories SmartDukaan

Rev

Rev 5021 | Rev 6068 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5021 Rev 6020
Line 40... Line 40...
40
                   os_score = 9
40
                   os_score = 9
41
               if os.find("3.2") > -1 :
41
               if os.find("3.2") > -1 :
42
                   os_score = 9
42
                   os_score = 9
43
               if os.find("4.0") > -1 :
43
               if os.find("4.0") > -1 :
44
                   os_score = 9.5
44
                   os_score = 9.5
-
 
45
               if os.find("4.1") > -1 :
-
 
46
                   os_score = 10
45
            
47
            
46
           elif os.find("BlackBerry") > -1 :
48
           elif os.find("BlackBerry") > -1 :
47
               if os.find("OS") > -1 :
49
               if os.find("OS") > -1 :
48
                   os_score = 6.5
50
                   os_score = 6.5
49
               if os.find("5.0") > -1 :
51
               if os.find("5.0") > -1 :