Subversion Repositories SmartDukaan

Rev

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

Rev 8087 Rev 8154
Line 62... Line 62...
62
                   os_score = 8.5
62
                   os_score = 8.5
63
               if os.find("Tablet OS") > -1 :
63
               if os.find("Tablet OS") > -1 :
64
                   os_score = 8
64
                   os_score = 8
65
               if os.find("10") > -1 :
65
               if os.find("10") > -1 :
66
                   os_score = 9
66
                   os_score = 9
-
 
67
               if os.find("BlackBerry OS 10.2") > -1 :
-
 
68
                   os_score = 9.2
67
                   
69
                   
68
           else :
70
           else :
69
               if os.find("Brew Mobile Platform") > -1 :
71
               if os.find("Brew Mobile Platform") > -1 :
70
                   os_score = 6
72
                   os_score = 6
71
           
73