diff options
Diffstat (limited to 'src/mailman/commands/tests/test_import.py')
| -rw-r--r-- | src/mailman/commands/tests/test_import.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/tests/test_import.py b/src/mailman/commands/tests/test_import.py index 96f955e52..9da0dac5b 100644 --- a/src/mailman/commands/tests/test_import.py +++ b/src/mailman/commands/tests/test_import.py @@ -27,8 +27,8 @@ import unittest from mailman.app.lifecycle import create_list from mailman.commands.cli_import import Import21 from mailman.testing.layers import ConfigLayer -from mock import patch from pkg_resources import resource_filename +from unittest.mock import patch |
