Subversion Repositories SmartDukaan

Rev

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

Rev 4706 Rev 4818
Line 38... Line 38...
38
                   os_score = 9
38
                   os_score = 9
39
               if os.find("3.1") > -1 :
39
               if os.find("3.1") > -1 :
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 :
-
 
44
                   os_score = 9.5
43
            
45
            
44
           elif os.find("BlackBerry") > -1 :
46
           elif os.find("BlackBerry") > -1 :
45
               if os.find("OS") > -1 :
47
               if os.find("OS") > -1 :
46
                   os_score = 6.5
48
                   os_score = 6.5
47
               if os.find("5.0") > -1 :
49
               if os.find("5.0") > -1 :