comparison multimerge.py @ 2:34c3a08a4a37

Copyright, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jul 2016 12:49:53 +0300
parents 74f172565752
children 1e254756d0a5
comparison
equal deleted inserted replaced
1:74f172565752 2:34c3a08a4a37
1 #!/usr/bin/python 1 #!/usr/bin/python
2 ###
3 ### Google Calendar MultiMerge v0.000001
4 ### (C) 2016 Matti 'ccr' Hamalainen <ccr@tnsp.org>
5 ###
6 ### Python 2.7 <= x < 3 required! Please refer to
7 ### README.txt for information on other depencies.
8 ###
2 import os 9 import os
3 import sys 10 import sys
4 import signal 11 import signal
5 import re 12 import re
6 import time 13 import time