Subversion Repositories SmartDukaan

Rev

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

Rev 4135 Rev 4197
Line 12... Line 12...
12
                    ram = int(expBullet.getValue())
12
                    ram = int(expBullet.getValue())
13
 
13
 
14
if ram is not None:
14
if ram is not None:
15
    print "RAM is" + `ram`
15
    print "RAM is" + `ram`
16
    
16
    
17
    if ram == 2:
17
    if ram == 1:
-
 
18
        strRAM = "1 GB"
-
 
19
    elif ram == 2:
18
        strRAM = "2 GB"
20
        strRAM = "2 GB"
19
    elif ram == 3:
21
    elif ram == 3:
20
        strRAM = "3 GB"
22
        strRAM = "3 GB"
21
    elif ram == 4:
23
    elif ram == 4:
22
        strRAM = "4 GB"
24
        strRAM = "4 GB"