Subversion Repositories SmartDukaan

Rev

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

Rev 18150 Rev 18414
Line 1834... Line 1834...
1834
    
1834
    
1835
        
1835
        
1836
    
1836
    
1837
if __name__ == '__main__':
1837
if __name__ == '__main__':
1838
    c = CatalogServiceHandler()
1838
    c = CatalogServiceHandler()
1839
    bulk_items= c.getBulkPricingForItems([10,21028])
1839
    bulk_items= c.getBulkPricingForItems([21053,1000])
1840
    for k,y in bulk_items.iteritems():
1840
    for k,y in bulk_items.iteritems():
1841
        print k,
1841
        print k,
1842
        print '\t',
1842
        print '\t',
1843
        print y
1843
        print y
1844
            
1844