summaryrefslogtreecommitdiff
path: root/nova/tests/functional/test_routed_networks.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/functional/test_routed_networks.py')
-rw-r--r--nova/tests/functional/test_routed_networks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/functional/test_routed_networks.py b/nova/tests/functional/test_routed_networks.py
index 19c5d3c59f..616780a219 100644
--- a/nova/tests/functional/test_routed_networks.py
+++ b/nova/tests/functional/test_routed_networks.py
@@ -11,7 +11,7 @@
# under the License.
import copy
-import mock
+from unittest import mock
from oslo_utils.fixture import uuidsentinel as uuids