Subversion Repositories SmartDukaan

Rev

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

Rev 15887 Rev 16006
Line 71... Line 71...
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