Subversion Repositories SmartDukaan

Rev

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

Rev 2655 Rev 4129
Line 51... Line 51...
51
                                
51
                                
52
 
52
 
53
        else:
53
        else:
54
            # GPRS : 1, 0
54
            # GPRS : 1, 0
55
            if features.has_key("GPRS") :
55
            if features.has_key("GPRS") :
56
                score += 10*20
56
                score += 10*15
57
    
57
    
58
            # EDGE : 1, 0
58
            # EDGE : 1, 0
59
            if features.has_key("EDGE") :
59
            if features.has_key("EDGE") :
60
                score += 10*10
60
                score += 10*10
61
            
61
            
Line 73... Line 73...
73
             
73
             
74
            # USB : 1, 0
74
            # USB : 1, 0
75
            if features.has_key("USB") :
75
            if features.has_key("USB") :
76
                score += 10*10
76
                score += 10*10
77
 
77
 
-
 
78
            # NFC
-
 
79
            if features.has_key("NFC") :
-
 
80
                score += 10*5
-
 
81
 
78
        score = score / 100
82
        score = score / 100
79
    return score        
83
    return score