Sebastian Spaeth 4bfc1e8227 except imapobj.abort() -> except imapobj.abort
When checking for the IMAP4.abort() exception, we need of course to
perform:

except imapobj.abort:

and not

except imapobj.abort():

Thanks to Johannes Stezenbach <js@sig21.net> for pointing to the glitch.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2011-09-27 14:08:20 +02:00
..
2011-09-27 13:00:12 +02:00
2011-09-21 02:32:50 +02:00
2006-08-12 05:15:55 +01:00
2011-05-08 14:25:16 +02:00