summaryrefslogtreecommitdiff
path: root/nova/tests/unit/objects/test_quotas.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/unit/objects/test_quotas.py')
-rw-r--r--nova/tests/unit/objects/test_quotas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/unit/objects/test_quotas.py b/nova/tests/unit/objects/test_quotas.py
index 154c9f278a..15da48f1c4 100644
--- a/nova/tests/unit/objects/test_quotas.py
+++ b/nova/tests/unit/objects/test_quotas.py
@@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
from nova import context
from nova.db.main import api as db_api