* Karl Wiberg <kha@xxxxxxxxxxx>: > Alex Chiang wrote: > >> + if (smtppassword and not smtpuser): >> + raise CmdException, 'SMTP password supplied, username needed' >> + if (smtpusetls and not smtpuser): >> + raise CmdException, 'SMTP over TLS requested, username needed' > > Python style nit: Use "raise Exception('message')" in new code. (And > yes, I know you just moved these lines around.) Changed, thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html