From c092ba315f4db404f4ccc8d57b936abf3be0d054 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 22 Sep 2015 15:11:21 -0400 Subject: Core no longer depends on the standalone `mock` module. (Closes: #146) --- src/mailman/commands/tests/test_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/commands/tests/test_conf.py') 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 -- cgit v1.2.3-70-g09d2