diff options
Diffstat (limited to 'src/mailman_pgp/runners/tests/test_incoming.py')
| -rw-r--r-- | src/mailman_pgp/runners/tests/test_incoming.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman_pgp/runners/tests/test_incoming.py b/src/mailman_pgp/runners/tests/test_incoming.py index 48e9ae4..05e910a 100644 --- a/src/mailman_pgp/runners/tests/test_incoming.py +++ b/src/mailman_pgp/runners/tests/test_incoming.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License along with # this program. If not, see <http://www.gnu.org/licenses/>. -from unittest import TestCase +import unittest from mailman.app.lifecycle import create_list from mailman.interfaces.action import Action @@ -35,7 +35,7 @@ from mailman_pgp.testing.layers import PGPConfigLayer from mailman_pgp.testing.pgp import load_key, load_message -class TestPGPIncomingRunner(TestCase): +class TestPGPIncomingRunner(unittest.TestCase): layer = PGPConfigLayer def setUp(self): |
