Subversion Repositories SmartDukaan

Rev

Rev 6884 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6884 Rev 6896
Line 1... Line 1...
1
values = []
1
values = []
2
 
2
 
3
osValue = "Proprietary software" 
3
osValue = "Proprietary OS" 
4
expFeature = expSlide.getExpandedFeature(120043)
4
expFeature = expSlide.getExpandedFeature(120043)
5
if(expFeature):
5
if(expFeature):
6
    expBullets = expFeature.getExpandedBullets()
6
    expBullets = expFeature.getExpandedBullets()
7
    if expBullets is not None:
7
    if expBullets is not None:
8
        for expBullet in expBullets:
8
        for expBullet in expBullets:
9
            if(str(expBullet.getValue()).find("Android") > -1):
9
            if(str(expBullet.getValue()).find("Android") > -1):
10
                osValue = "Android"
10
                osValue = "Android"
11
            elif(str(expBullet.getValue()).find("BlackBerry") > -1):
11
            elif(str(expBullet.getValue()).find("BlackBerry") > -1):
12
                osValue = "BlackBerry"
12
                osValue = "BlackBerry OS"
13
            elif(str(expBullet.getValue()).find("Brew") > -1):
13
            elif(str(expBullet.getValue()).find("Brew") > -1):
14
                osValue = "Brew Mobile Platform"
14
                osValue = "Brew Mobile Platform"
15
            elif(str(expBullet.getValue()).find("Maemo") > -1):
15
            elif(str(expBullet.getValue()).find("Maemo") > -1):
16
                osValue = "Maemo"
16
                osValue = "Maemo"
17
            elif(str(expBullet.getValue()).find("Windows") > -1):
17
            elif(str(expBullet.getValue()).find("Windows") > -1):