Subversion Repositories SmartDukaan

Rev

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

Rev 4023 Rev 4090
Line 1... Line 1...
1
#!/usr/bin/python
1
#!/usr/bin/python
-
 
2
'''
-
 
3
This script is used to load item details in the catalog database.
-
 
4
It's now mostly used for Accessories since they come in huge numbers.
2
 
5
 
-
 
6
@author: Chandranshu
-
 
7
'''
3
import optparse
8
import optparse
4
import csv
9
import csv
5
import xlrd
10
import xlrd
6
import datetime
11
import datetime
7
 
12