diff options
| author | Barry Warsaw | 2007-09-27 22:33:04 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-09-27 22:33:04 -0400 |
| commit | 773980eb727b98c902b93894cafcd6bc7d22510d (patch) | |
| tree | 14c4d18e6a812fc913d720b06064128f406c43bf /Mailman/tests/test_handlers.py | |
| parent | 4a2ca2c159accdca7e1101a94efb5a4499407b72 (diff) | |
| download | mailman-773980eb727b98c902b93894cafcd6bc7d22510d.tar.gz mailman-773980eb727b98c902b93894cafcd6bc7d22510d.tar.zst mailman-773980eb727b98c902b93894cafcd6bc7d22510d.zip | |
Diffstat (limited to 'Mailman/tests/test_handlers.py')
| -rw-r--r-- | Mailman/tests/test_handlers.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mailman/tests/test_handlers.py b/Mailman/tests/test_handlers.py index b4cb390ce..9cadc1db9 100644 --- a/Mailman/tests/test_handlers.py +++ b/Mailman/tests/test_handlers.py @@ -23,7 +23,6 @@ import unittest from Mailman import Errors from Mailman import Message from Mailman import passwords -from Mailman.MailList import MailList from Mailman.configuration import config from Mailman.Handlers import Approve @@ -114,5 +113,4 @@ X-BeenThere: %s def test_suite(): suite = unittest.TestSuite() -## suite.addTest(unittest.makeSuite(TestApprove)) return suite |
