summaryrefslogtreecommitdiff
path: root/mailman/tests/test_security_mgr.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-10-16 00:48:15 -0400
committerBarry Warsaw2008-10-16 00:48:15 -0400
commita56897d1c541dd9b1db7af9b3568743dd73692de (patch)
tree746540d9f7bcc4895f366fc0d45eb1284eee2103 /mailman/tests/test_security_mgr.py
parentc7340d712c640fa5992518a7cf16272f634abccc (diff)
downloadmailman-a56897d1c541dd9b1db7af9b3568743dd73692de.tar.gz
mailman-a56897d1c541dd9b1db7af9b3568743dd73692de.tar.zst
mailman-a56897d1c541dd9b1db7af9b3568743dd73692de.zip
Target Python 2.6. Make the test suite pass without deprecations.
Diffstat (limited to 'mailman/tests/test_security_mgr.py')
-rw-r--r--mailman/tests/test_security_mgr.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mailman/tests/test_security_mgr.py b/mailman/tests/test_security_mgr.py
index 3dde9dd2a..835530496 100644
--- a/mailman/tests/test_security_mgr.py
+++ b/mailman/tests/test_security_mgr.py
@@ -18,8 +18,6 @@
"""Unit tests for the SecurityManager module."""
import os
-import md5
-import sha
import errno
import Cookie
import unittest