Subversion Repositories SmartDukaan

Rev

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

Rev 2913 Rev 3479
Line 67... Line 67...
67
                   os_score = 7
67
                   os_score = 7
68
               if os.find("^3") > -1 :
68
               if os.find("^3") > -1 :
69
                   os_score = 8
69
                   os_score = 8
70
               if os.find("Symbian Anna") > -1:
70
               if os.find("Symbian Anna") > -1:
71
                   os_score = 8.5
71
                   os_score = 8.5
-
 
72
               if os.find("Symbian Belle") > -1:
-
 
73
                   os_score = 9
72
            
74
            
73
           if os.find("iOS") > -1 :
75
           if os.find("iOS") > -1 :
74
               if os.find("4") > -1 :
76
               if os.find("4") > -1 :
75
                   os_score = 9
77
                   os_score = 9
76
              
78