Subversion Repositories SmartDukaan

Rev

Rev 4014 | 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
Loads data into WarehouseAllocation table which is used to determine
-
 
4
the logistics location of the warehouse which will be used to fulful
-
 
5
orders for this pincode.
2
 
6
 
-
 
7
@author: Chandranshu
-
 
8
'''
3
import optparse
9
import optparse
4
import xlrd
10
import xlrd
5
from elixir import *
11
from elixir import *
6
 
12
 
7
if __name__ == '__main__' and __package__ is None:
13
if __name__ == '__main__' and __package__ is None: