Subversion Repositories SmartDukaan

Rev

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

Rev 1979 Rev 2546
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
               if os.find("Symbian Anna") > -1:
-
 
62
                   os_score = 8.5
61
            
63
            
62
           if os.find("iOS") > -1 :
64
           if os.find("iOS") > -1 :
63
               if os.find("4") > -1 :
65
               if os.find("4") > -1 :
64
                   os_score = 9
66
                   os_score = 9
65
              
67