Subversion Repositories SmartDukaan

Rev

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

Rev 2604 Rev 2655
Line 53... Line 53...
53
               os_score = 6
53
               os_score = 6
54
 
54
 
55
           if os.find("Microsoft Windows Mobile 6.5.3 Professional") > -1 :
55
           if os.find("Microsoft Windows Mobile 6.5.3 Professional") > -1 :
56
               os_score = 6
56
               os_score = 6
57
 
57
 
-
 
58
           if os.find("Windows Phone OS 7") > -1 :
-
 
59
               os_score = 9.5
-
 
60
               
58
           if os.find("Symbian") > -1 :
61
           if os.find("Symbian") > -1 :
59
               if os.find("40") > -1 :
62
               if os.find("40") > -1 :
60
                   os_score = 5
63
                   os_score = 5
61
               if os.find("60") > -1 :
64
               if os.find("60") > -1 :
62
                   os_score = 7
65
                   os_score = 7