Subversion Repositories SmartDukaan

Rev

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

Rev 1936 Rev 1979
Line 56... Line 56...
56
                   os_score = 5
56
                   os_score = 5
57
               if os.find("60") > -1 :
57
               if os.find("60") > -1 :
58
                   os_score = 7
58
                   os_score = 7
59
               if os.find("^3") > -1 :
59
               if os.find("^3") > -1 :
60
                   os_score = 8
60
                   os_score = 8
-
 
61
            
-
 
62
           if os.find("iOS") > -1 :
-
 
63
               if os.find("4") > -1 :
-
 
64
                   os_score = 9
-
 
65
              
61
           if os_score == 0:
66
           if os_score == 0:
62
               os_score = 3
67
               os_score = 3
63
 
68
 
64
            
69
            
65
               
70