Subversion Repositories SmartDukaan

Rev

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

Rev 6774 Rev 8083
Line 42... Line 42...
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 :
45
               if os.find("4.1") > -1 :
46
                   os_score = 10
46
                   os_score = 10
47
               if os.find("4.2") > -1 :
47
               if os.find("4.3") > -1 :
48
                   os_score = 10
48
                   os_score = 10
49
            
49
            
50
           elif os.find("BlackBerry") > -1 :
50
           elif os.find("BlackBerry") > -1 :
51
               if os.find("OS") > -1 :
51
               if os.find("OS") > -1 :
52
                   os_score = 6.5
52
                   os_score = 6.5