Subversion Repositories SmartDukaan

Rev

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

Rev 6320 Rev 6774
Line 58... Line 58...
58
                   os_score = 8.5
58
                   os_score = 8.5
59
               if os.find("7.1") > -1 :
59
               if os.find("7.1") > -1 :
60
                   os_score = 9
60
                   os_score = 9
61
               if os.find("Tablet OS") > -1 :
61
               if os.find("Tablet OS") > -1 :
62
                   os_score = 8
62
                   os_score = 8
-
 
63
               if os.find("10") > -1 :
-
 
64
                   os_score = 9.5
63
                   
65
                   
64
           else :
66
           else :
65
               if os.find("Brew Mobile Platform") > -1 :
67
               if os.find("Brew Mobile Platform") > -1 :
66
                   os_score = 6
68
                   os_score = 6
67
           
69