[PATCH 1/2] IMAP4_Tunnel constructor should support base-class	arguments
    Sebastian Spaeth 
    Sebastian at SSpaeth.de
       
    Mon Apr 11 16:10:51 BST 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://alioth-lists.debian.net/pipermail/offlineimap-project/attachments/20110411/2a1f0459/attachment-0001.sig>
    
    
More information about the OfflineIMAP-project
mailing list