Subversion Repositories SmartDukaan

Rev

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

Rev 4013 Rev 4090
Line 1... Line 1...
1
#!/usr/bin/python
1
#!/usr/bin/python
2
 
2
 
-
 
3
'''
-
 
4
This script loads AWB numebers of a given type for a given
-
 
5
provider into the database.
-
 
6
 
-
 
7
It expects the filename of a XLS file having just one column
-
 
8
containing AWB numbers. The header row is ignored.
-
 
9
 
-
 
10
@author: Chandranshu
-
 
11
'''
3
import optparse
12
import optparse
4
import xlrd
13
import xlrd
5
from elixir import *
14
from elixir import *
6
 
15
 
7
if __name__ == '__main__' and __package__ is None:
16
if __name__ == '__main__' and __package__ is None: