cctool

A tool for managing contacts and calendars.
git clone https://git.ce9e.org/cctool.git

commit
d50da0ac84f916c85d7845c9a1baf4336d632875
parent
7cfa674074209defd65a2b4d424418f69a31ed08
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-04-11 06:45
merged() docstring

Diffstat

M cctool.py 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/cctool.py b/cctool.py

@@ -122,6 +122,7 @@ class MultiDict(OrderedDict):
  122   122 
  123   123 
  124   124 def merged(data, key):
   -1   125 	"""Outer join `data` on `key`."""
  125   126 	tmp = dict()
  126   127 	missing = []
  127   128 	for entry in data: