aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortkikuchi <>2006-01-09 07:06:52 +0000
committertkikuchi <>2006-01-09 07:06:52 +0000
commit4507d9700b57f35d54f9cc4701f23ac82dcc36e7 (patch)
tree7abe9fd14181fd4c15888a0f1485ea20277d2a1c
parent30953b14fb2eece8a7eb6cd8061660ded935f229 (diff)
downloadmailman2-4507d9700b57f35d54f9cc4701f23ac82dcc36e7.tar.gz
mailman2-4507d9700b57f35d54f9cc4701f23ac82dcc36e7.tar.xz
mailman2-4507d9700b57f35d54f9cc4701f23ac82dcc36e7.zip
Bug fix: import re module.
-rw-r--r--Mailman/Cgi/edithtml.py3
1 files changed, 2 insertions, 1 deletions
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