cctool

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

commit
f5cc47d3b51423122900e5baf1991be9f2bdcc0b
parent
2b972136105b46e5e4a44adb641bb58c849b6ad4
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-05-08 17:02
Gardening

Diffstat

M cctool.py 6 ------

1 files changed, 0 insertions, 6 deletions


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

@@ -354,12 +354,6 @@ class LDIF(Format):
  354   354 		for entry in parser.entries.values():
  355   355 			yield MultiDict(entry)
  356   356 
  357    -1 	@classmethod
  358    -1 	def dump(cls, data, fh):
  359    -1 		if isinstance(ldif, Exception):
  360    -1 			raise ldif
  361    -1 		raise NotImplementedError
  362    -1 
  363   357 
  364   358 class DateTimeJSONEncoder(json.JSONEncoder):
  365   359 	def default(self, obj):