Subversion Repositories SmartDukaan

Rev

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

Rev 4014 Rev 4090
Line 1... Line 1...
1
#!/usr/bin/python
1
#!/usr/bin/python
-
 
2
'''
-
 
3
It loads data into the ServiceableLocationDetails and DeliveryEstinate
-
 
4
tables.
2
 
5
 
-
 
6
@author: Chandranshu
-
 
7
'''
3
import optparse
8
import optparse
4
import xlrd
9
import xlrd
5
from elixir import *
10
from elixir import *
6
 
11
 
7
if __name__ == '__main__' and __package__ is None:
12
if __name__ == '__main__' and __package__ is None: