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 the holidays in the PublicHolidays table.
2
 
4
 
-
 
5
It expects a sheet to have two columns: date and occassion.
-
 
6
 
-
 
7
@author: Ankur Singhal
-
 
8
'''
3
import optparse
9
import optparse
4
import xlrd
10
import xlrd
5
from elixir import *
11
from elixir import *
6
import time
12
import time
7
 
13