summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_import.py
diff options
context:
space:
mode:
authorBarry Warsaw2015-09-22 15:11:21 -0400
committerBarry Warsaw2015-09-22 15:11:21 -0400
commitc092ba315f4db404f4ccc8d57b936abf3be0d054 (patch)
tree054030c3e192259951eac855f73b94d2ea5395ca /src/mailman/commands/tests/test_import.py
parent929867584431e41826414e8281c4e0726968503b (diff)
downloadmailman-c092ba315f4db404f4ccc8d57b936abf3be0d054.tar.gz
mailman-c092ba315f4db404f4ccc8d57b936abf3be0d054.tar.zst
mailman-c092ba315f4db404f4ccc8d57b936abf3be0d054.zip
Diffstat (limited to 'src/mailman/commands/tests/test_import.py')
-rw-r--r--src/mailman/commands/tests/test_import.py2
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