Subversion Repositories SmartDukaan

Rev

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

Rev 15883 Rev 15887
Line 67... Line 67...
67
        get_mongo_connection().Catalog.MasterData.update({'_id':product['_id']},{'$set':{'identifier':result}})
67
        get_mongo_connection().Catalog.MasterData.update({'_id':product['_id']},{'$set':{'identifier':result}})
68
        
68
        
69
        
69
        
70
 
70
 
71
def main():
71
def main():
72
    #getAllProductsToSync()
72
    getAllProductsToSync()
73
    #print "Exception list"
73
    #print "Exception list"
74
    #for e in exceptionList:
74
    #for e in exceptionList:
75
    #    print e
75
    #    print e
76
    #correctUrls()
76
    #correctUrls()
77
    correctScin()
77
    #correctScin()
78
        
78
        
79
if __name__=='__main__':
79
if __name__=='__main__':
80
    main()
80
    main()
81
81