diff roundup/rfc2822.py @ 1439:0634f815b90c

rfc2822-ify the tracker name in mail headers
author Richard Jones <richard@users.sourceforge.net>
date Mon, 17 Feb 2003 06:45:38 +0000
parents f19dde90e473
children ea1afeb64b45
line wrap: on
line diff
--- a/roundup/rfc2822.py	Mon Feb 17 06:44:01 2003 +0000
+++ b/roundup/rfc2822.py	Mon Feb 17 06:45:38 2003 +0000
@@ -122,7 +122,6 @@
     if not header:
         return header
 
-    global hqre
     # return plain header if it is not contains non-ascii characters
     if hqre.match(header):
         return header

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