Update of /cvsroot/mailman/mailman/Mailman/Cgi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10701

Modified Files:
      Tag: Release_2_1-maint
        edithtml.py 
Log Message:
Bug fix: import re module. 


Index: edithtml.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Cgi/edithtml.py,v
retrieving revision 2.16.2.6
retrieving revision 2.16.2.7
diff -u -d -r2.16.2.6 -r2.16.2.7
--- edithtml.py 30 Dec 2005 18:50:07 -0000      2.16.2.6
+++ edithtml.py 9 Jan 2006 07:06:52 -0000       2.16.2.7
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2005 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2006 by the Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -20,6 +20,7 @@
 import os
 import cgi
 import errno
+import re
 
 from Mailman import Utils
 from Mailman import MailList

_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to