summaryrefslogtreecommitdiff
path: root/designate/tests/unit/mdns/test_handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'designate/tests/unit/mdns/test_handler.py')
-rw-r--r--designate/tests/unit/mdns/test_handler.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/designate/tests/unit/mdns/test_handler.py b/designate/tests/unit/mdns/test_handler.py
index f8a0a60f..92a35a93 100644
--- a/designate/tests/unit/mdns/test_handler.py
+++ b/designate/tests/unit/mdns/test_handler.py
@@ -13,8 +13,9 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
+from unittest import mock
+
import dns
-import mock
from oslo_config import cfg
from oslo_config import fixture as cfg_fixture
import oslotest.base