diff roundup/mailer.py @ 4979:f1a2bd1dea77

issue2550877: Writing headers with the email module will use continuation_ws = ' ' now for python 2.5 and 2.6 when importing anypy.email_.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 16 Mar 2015 16:16:02 +0100
parents 760ffc0eae5b
children 092c4522b3bf
line wrap: on
line diff
--- a/roundup/mailer.py	Mon Mar 16 16:11:52 2015 +0100
+++ b/roundup/mailer.py	Mon Mar 16 16:16:02 2015 +0100
@@ -16,6 +16,8 @@
 from email.mime.text import MIMEText
 from email.mime.multipart import MIMEMultipart
 
+from roundup.anypy import email_
+
 try:
     import pyme, pyme.core
 except ImportError:

Roundup Issue Tracker: http://roundup-tracker.org/