[PATCH 1/2] IMAP4_Tunnel constructor should support base-class arguments

Sebastian Spaeth Sebastian at SSpaeth.de
Mon Apr 11 15:10:51 UTC 2011


On Mon, 11 Apr 2011 06:14:29 -0400, Ethan Glasser-Camp wrote:

> -    def __init__(self, tunnelcmd):
> -        IMAP4.__init__(self, tunnelcmd)
> +    def __init__(self, tunnelcmd, **kwargs):
> +        IMAP4.__init__(self, tunnelcmd, **kwargs)

I haven't touched this code yet, so no Signed-off from me, but this
looks like the correct solution to me. I wonder how long that code has
been broken.

Reviewed-by: Sebastian Spaeth <Sebastian at SSpaeth.de>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/offlineimap-project/attachments/20110411/2a1f0459/attachment.pgp>


More information about the OfflineIMAP-project mailing list