diff roundup/rfc2822.py @ 2267:443fce9e92ae maint-0.7

missing CRLF var
author Richard Jones <richard@users.sourceforge.net>
date Thu, 06 May 2004 23:06:01 +0000
parents be047db3dd3d
children 285d90265a08
line wrap: on
line diff
--- a/roundup/rfc2822.py	Thu May 06 23:04:01 2004 +0000
+++ b/roundup/rfc2822.py	Thu May 06 23:06:01 2004 +0000
@@ -18,6 +18,8 @@
 
 hqre = re.compile(r'^[A-z0-9!"#$%%&\'()*+,-./:;<=>?@\[\]^_`{|}~ ]+$')
 
+CRLF = '\r\n'
+
 def base64_decode(s, convert_eols=None):
     """Decode a raw base64 string.
 

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