From 4507d9700b57f35d54f9cc4701f23ac82dcc36e7 Mon Sep 17 00:00:00 2001 From: tkikuchi <> Date: Mon, 9 Jan 2006 07:06:52 +0000 Subject: Bug fix: import re module. --- Mailman/Cgi/edithtml.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Mailman/Cgi') diff --git a/Mailman/Cgi/edithtml.py b/Mailman/Cgi/edithtml.py index 2159985d..9ec54cef 100644 --- a/Mailman/Cgi/edithtml.py +++ b/Mailman/Cgi/edithtml.py @@ -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 -- cgit v1.2.3