summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/unit/test_cache.py')
-rw-r--r--nova/tests/unit/test_cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/unit/test_cache.py b/nova/tests/unit/test_cache.py
index b7059796f1..3f656a49b0 100644
--- a/nova/tests/unit/test_cache.py
+++ b/nova/tests/unit/test_cache.py
@@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
from nova import cache_utils
from nova import test