summaryrefslogtreecommitdiff
path: root/Mailman/tests/test_handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/tests/test_handlers.py')
-rw-r--r--Mailman/tests/test_handlers.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mailman/tests/test_handlers.py b/Mailman/tests/test_handlers.py
index b8b33ba1a..b4cb390ce 100644
--- a/Mailman/tests/test_handlers.py
+++ b/Mailman/tests/test_handlers.py
@@ -25,7 +25,6 @@ from Mailman import Message
from Mailman import passwords
from Mailman.MailList import MailList
from Mailman.configuration import config
-from Mailman.tests.base import TestBase
from Mailman.Handlers import Approve
# Don't test handlers such as SMTPDirect and Sendmail here
@@ -37,7 +36,7 @@ def password(cleartext):
-class TestApprove(TestBase):
+class TestApprove(unittest.TestCase):
def test_short_circuit(self):
msgdata = {'approved': 1}
rtn = Approve.process(self._mlist, None, msgdata)