- commit
- 74ac8ca675fc7cc00ab3da10eb369ab471a7ecd7
- parent
- 79cbd864d6608041d11d596e08d8d2dd695d8812
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-04-11 08:09
extend docstring
Diffstat
| M | cctool.py | 7 | ++++++- |
1 files changed, 6 insertions, 1 deletions
diff --git a/cctool.py b/cctool.py
@@ -15,7 +15,12 @@ 15 15 # You should have received a copy of the GNU General Public License 16 16 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 1718 -1 """A tool for managing contacts and calendars."""-1 18 """A tool for managing contacts and calendars. -1 19 -1 20 cctool can read entries from different source formats and output them to -1 21 different target formats. For example, it could be used to combine birthday -1 22 dates from an addressbook and a calendar. -1 23 """ 19 24 20 25 # internal representation: iterable of dicts with unsepcified format. 21 26 # interpretation of different keys and values happens at dump