cctool

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

commit
cc1d0ca0b20d8b2d91831dbcd9d7d53113db847c
parent
267008ad64f02f5c033314daf624993cca178b85
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2014-04-20 23:29
minimal Format docstring

Diffstat

M cctool.py 2 ++

1 files changed, 2 insertions, 0 deletions


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

@@ -91,6 +91,8 @@ class MultiDict(dict):
   91    91 
   92    92 
   93    93 class Format(object):
   -1    94 	"""Baseclass with an API similar to the marshal, pickle and json modules."""
   -1    95 
   94    96 	@classmethod
   95    97 	def load(cls, fh):
   96    98 		raise NotImplementedError