Subversion Repositories SmartDukaan

Rev

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

Rev 20291 Rev 20292
Line 87... Line 87...
87
                continue
87
                continue
88
            catalogMap[int(item['skuBundleId'])] = skuInfo
88
            catalogMap[int(item['skuBundleId'])] = skuInfo
89
            
89
            
90
    for data in catalogMap.values():
90
    for data in catalogMap.values():
91
        l=[]
91
        l=[]
-
 
92
        print data.__dict__
92
        l.append(data.__dict__)
93
        l.append(data.__dict__)
93
        solr.add(l)
94
        solr.add(l)
94
    
95
    
95
    
96
    
96
    for x in exception:
97
    for x in exception: