From 6a80e156dd2838f39c3874a4c72f6a533d9f816e Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 13 Dec 2016 18:47:32 +0100 Subject: calcurse-caldav: Fix scrambled comment Signed-off-by: Lukas Fleischer --- contrib/caldav/calcurse-caldav.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/caldav/calcurse-caldav.py b/contrib/caldav/calcurse-caldav.py index dca997e..7f662c0 100755 --- a/contrib/caldav/calcurse-caldav.py +++ b/contrib/caldav/calcurse-caldav.py @@ -525,8 +525,8 @@ try: ' --init=keep-local Remove all remote objects\n' + ' --init=two-way Copy local items to the server and vice versa') - # Query the server and build a dictionary that maps ETags to paths on the - # server. + # Query the server and compute a lookup table that maps each path to its + # current ETag. etagdict = get_etags(conn) # Compute object diffs. -- cgit v1.2.3-54-g00ecf