summaryrefslogtreecommitdiff
path: root/src/mailman/Utils.py
diff options
context:
space:
mode:
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