summaryrefslogtreecommitdiff
path: root/nova/tests/unit/api/openstack/compute/test_flavors_extra_specs.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/unit/api/openstack/compute/test_flavors_extra_specs.py')
-rw-r--r--nova/tests/unit/api/openstack/compute/test_flavors_extra_specs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/tests/unit/api/openstack/compute/test_flavors_extra_specs.py b/nova/tests/unit/api/openstack/compute/test_flavors_extra_specs.py
index e68bf7e306..8355ce59b5 100644
--- a/nova/tests/unit/api/openstack/compute/test_flavors_extra_specs.py
+++ b/nova/tests/unit/api/openstack/compute/test_flavors_extra_specs.py
@@ -13,7 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
+
import testtools
import webob