]> git.ozlabs.org Git - patchwork/commit
Add support for Python 2.4 email modules
authorNate Case <ncase@xes-inc.com>
Fri, 22 Aug 2008 20:58:03 +0000 (15:58 -0500)
committerJeremy Kerr <jk@ozlabs.org>
Sat, 23 Aug 2008 02:51:34 +0000 (10:51 +0800)
commit04767c65175f2a76127cd78649c5d92a82a39bb6
tree31aef3f00156a0bf31bf935bef0986669197dcc1
parent97d8d152a5f832f6266a33622e25f4ae5f7dc068
Add support for Python 2.4 email modules

Use email.MIMEText, email.Utils, and email.Header in the case
where importing the newer email.mime.text, email.utils, and
email.header modules failed.

Signed-off-by: Nate Case <ncase@xes-inc.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/bin/parsemail.py
apps/patchwork/models.py