mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
12 lines
250 B
Python
Executable file
12 lines
250 B
Python
Executable file
#! usr/bin/env python
|
|
|
|
import sys
|
|
|
|
# for each holidays.??-?? file:
|
|
# extract locale from file name
|
|
# compose holidata.net URL
|
|
# download file
|
|
# for each line in downloaded file
|
|
# convert to timewarrior format
|
|
# write to holiday file
|
|
|