- commit
- 5d0445dde222f2b238c2fc5bb9984a67cfb1cfb9
- parent
- e5f10177def30f386aaf08af53f089c052a82700
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-04-12 20:34
do not store TODOs in code move to local file
Diffstat
| M | cctool.py | 10 | ---------- |
1 files changed, 0 insertions, 10 deletions
diff --git a/cctool.py b/cctool.py
@@ -25,16 +25,6 @@ dates from an addressbook and a calendar. 25 25 # internal representation: iterable of dicts with unsepcified format. 26 26 # interpretation of different keys and values happens at dump 27 2728 -1 # TODO29 -1 # - type conversion (especially dates)30 -1 # - filter/convert for valid fields31 -1 # - filter32 -1 # - merge when keys intercept (not necesserily equal)33 -1 # - abook needs no spaces between =34 -1 # - read bsdcal (otherwise its rather pointless)35 -1 # - parse vcard name (N)36 -1 # - use mintained vcard/ical libs37 -138 28 from __future__ import print_function 39 29 40 30 import os