summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_conf.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_conf.py
parent929867584431e41826414e8281c4e0726968503b (diff)
downloadmailman-c092ba315f4db404f4ccc8d57b936abf3be0d054.tar.gz
mailman-c092ba315f4db404f4ccc8d57b936abf3be0d054.tar.zst
mailman-c092ba315f4db404f4ccc8d57b936abf3be0d054.zip
Diffstat (limited to 'src/mailman/commands/tests/test_conf.py')
-rw-r--r--src/mailman/commands/tests/test_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/tests/test_conf.py b/src/mailman/commands/tests/test_conf.py
index 5ff93895d..7412b5dec 100644
--- a/src/mailman/commands/tests/test_conf.py
+++ b/src/mailman/commands/tests/test_conf.py
@@ -24,13 +24,13 @@ __all__ = [
import os
import sys
-import mock
import tempfile
import unittest
from io import StringIO
from mailman.commands.cli_conf import Conf
from mailman.testing.layers import ConfigLayer
+from unittest import mock