summaryrefslogtreecommitdiff
path: root/src/mailman/Utils.py
diff options
context:
space:
mode:
authorBarry Warsaw2011-02-25 18:41:10 -0500
committerBarry Warsaw2011-02-25 18:41:10 -0500
commitca35b80852bd04d5cd39bf494554f8b15e2de048 (patch)
tree24293051eb7375e0e1ac99f781270a54d848ee81 /src/mailman/Utils.py
parent3765208fc3ed30d1799c892a837ef25e860c4c40 (diff)
downloadmailman-ca35b80852bd04d5cd39bf494554f8b15e2de048.tar.gz
mailman-ca35b80852bd04d5cd39bf494554f8b15e2de048.tar.zst
mailman-ca35b80852bd04d5cd39bf494554f8b15e2de048.zip
Diffstat (limited to 'src/mailman/Utils.py')
-rw-r--r--src/mailman/Utils.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/Utils.py b/src/mailman/Utils.py
index 66e6b41b7..3989947c4 100644
--- a/src/mailman/Utils.py
+++ b/src/mailman/Utils.py
@@ -31,7 +31,6 @@ __all__ = [
import os
import re
-import cgi
import errno
import logging
@@ -143,11 +142,6 @@ def wrap(text, column=70, honor_leading_ws=True):
-def websafe(s):
- return cgi.escape(s, quote=True)
-
-
-
class OuterExit(Exception):
pass