diff options
| author | Barry Warsaw | 2011-02-25 18:41:10 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2011-02-25 18:41:10 -0500 |
| commit | ca35b80852bd04d5cd39bf494554f8b15e2de048 (patch) | |
| tree | 24293051eb7375e0e1ac99f781270a54d848ee81 /src/mailman/Utils.py | |
| parent | 3765208fc3ed30d1799c892a837ef25e860c4c40 (diff) | |
| download | mailman-ca35b80852bd04d5cd39bf494554f8b15e2de048.tar.gz mailman-ca35b80852bd04d5cd39bf494554f8b15e2de048.tar.zst mailman-ca35b80852bd04d5cd39bf494554f8b15e2de048.zip | |
Diffstat (limited to 'src/mailman/Utils.py')
| -rw-r--r-- | src/mailman/Utils.py | 6 |
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 |
