diff options
Diffstat (limited to 'src/mailman/__init__.py')
| -rw-r--r-- | src/mailman/__init__.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mailman/__init__.py b/src/mailman/__init__.py index 6bb4e0933..5682e46fd 100644 --- a/src/mailman/__init__.py +++ b/src/mailman/__init__.py @@ -28,13 +28,6 @@ import os import sys -# lazr.restful uses the sha module, but that's deprecated in Python 2.6 in -# favor of the hashlib module. -import warnings -warnings.filterwarnings( - 'ignore', category=DeprecationWarning, module='lazr.restful._resource') - - # This is a namespace package. try: import pkg_resources |
