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