# HG changeset patch # User Paul Boddie # Date 1437779859 -7200 # Node ID b21fa6e466a7b06def4ed3a2d218d0733d4f70e2 # Parent 5edf66e6171f9c2399a8f78d11cc98f613009658 Made the docstring more accurate for the current content. diff -r 5edf66e6171f -r b21fa6e466a7 imiptools/content.py --- a/imiptools/content.py Sat Jul 25 00:16:21 2015 +0200 +++ b/imiptools/content.py Sat Jul 25 01:17:39 2015 +0200 @@ -1,8 +1,7 @@ #!/usr/bin/env python """ -Interpretation and preparation of iMIP content, together with a content handling -mechanism employed by specific recipients. +The handler invocation mechanism. Copyright (C) 2014, 2015 Paul Boddie @@ -27,8 +26,6 @@ except ImportError: from StringIO import StringIO -# Handler mechanism objects. - def handle_itip_part(part, handlers): """