summaryrefslogtreecommitdiff
path: root/src/mailman/rest/webservice.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-05-15 18:37:29 -0400
committerBarry Warsaw2009-05-15 18:37:29 -0400
commitb63bf8546956f5b15d9d7d565bec42da8fffbf24 (patch)
tree408558e9be18b108b7a242db459f21ed3dbc0af2 /src/mailman/rest/webservice.py
parent25a3786da9d299a52d82d8b884a9ecb6e2b2cf39 (diff)
downloadmailman-b63bf8546956f5b15d9d7d565bec42da8fffbf24.tar.gz
mailman-b63bf8546956f5b15d9d7d565bec42da8fffbf24.tar.zst
mailman-b63bf8546956f5b15d9d7d565bec42da8fffbf24.zip
Diffstat (limited to 'src/mailman/rest/webservice.py')
-rw-r--r--src/mailman/rest/webservice.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mailman/rest/webservice.py b/src/mailman/rest/webservice.py
index c6f0da2ef..bf1012203 100644
--- a/src/mailman/rest/webservice.py
+++ b/src/mailman/rest/webservice.py
@@ -28,13 +28,6 @@ __all__ = [
import logging
-import warnings
-
-# lazr.restful uses the sha module, but that's deprecated in Python 2.6 in
-# favor of the hashlib module.
-warnings.filterwarnings(
- 'ignore', category=DeprecationWarning, module='lazr.restful._resource')
-
# Don't use wsgiref.simple_server.make_server() because we need to override
# BaseHTTPRequestHandler.log_message() so that logging output will go to the