diff options
| author | tkikuchi | 2006-01-09 07:04:57 +0000 |
|---|---|---|
| committer | tkikuchi | 2006-01-09 07:04:57 +0000 |
| commit | 603436ea830f6186901bba9758f6d8c49fa520eb (patch) | |
| tree | a257bcb8cb7124f830bf9e839c1419d7a9815b24 /Mailman/Cgi/edithtml.py | |
| parent | d4d6b1991090ce430bbedecb75292b83ca8428f4 (diff) | |
| download | mailman-603436ea830f6186901bba9758f6d8c49fa520eb.tar.gz mailman-603436ea830f6186901bba9758f6d8c49fa520eb.tar.zst mailman-603436ea830f6186901bba9758f6d8c49fa520eb.zip | |
Diffstat (limited to 'Mailman/Cgi/edithtml.py')
| -rw-r--r-- | Mailman/Cgi/edithtml.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Cgi/edithtml.py b/Mailman/Cgi/edithtml.py index 2159985d4..9ec54ceff 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 |
