Subversion Repositories SmartDukaan

Rev

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

Rev 2546 Rev 2604
Line 30... Line 30...
30
                   os_score = 7
30
                   os_score = 7
31
               if os.find("2.2") > -1 :
31
               if os.find("2.2") > -1 :
32
                   os_score = 8
32
                   os_score = 8
33
               if os.find("2.3") > -1 :
33
               if os.find("2.3") > -1 :
34
                   os_score = 9
34
                   os_score = 9
-
 
35
               if os.find("3.0") > -1 :
-
 
36
                   os_score = 9.5
35
            
37
            
36
           if os.find("BlackBerry") > -1 :
38
           if os.find("BlackBerry") > -1 :
37
               if os.find("5.0") > -1 :
39
               if os.find("5.0") > -1 :
38
                   os_score = 6
40
                   os_score = 6
39
               if os.find("6.0") > -1 :
41
               if os.find("6.0") > -1 :
40
                   os_score = 8
42
                   os_score = 8
41
 
-
 
-
 
43
               if os.find("Tablet OS") > -1 :
-
 
44
                   os_score = 9.5
-
 
45
                   
42
           if os.find("Brew Mobile Platform") > -1 :
46
           if os.find("Brew Mobile Platform") > -1 :
43
               os_score = 5
47
               os_score = 5
44
           
48
           
45
           if os.find("Maemo 5") > -1 :
49
           if os.find("Maemo 5") > -1 :
46
               os_score = 6
50
               os_score = 6