summaryrefslogtreecommitdiff
path: root/nova/tests/unit/scheduler/filters/test_aggregate_image_properties_isolation_filters.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/unit/scheduler/filters/test_aggregate_image_properties_isolation_filters.py')
-rw-r--r--nova/tests/unit/scheduler/filters/test_aggregate_image_properties_isolation_filters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/unit/scheduler/filters/test_aggregate_image_properties_isolation_filters.py b/nova/tests/unit/scheduler/filters/test_aggregate_image_properties_isolation_filters.py
index f17a7168f1..09b8d728b2 100644
--- a/nova/tests/unit/scheduler/filters/test_aggregate_image_properties_isolation_filters.py
+++ b/nova/tests/unit/scheduler/filters/test_aggregate_image_properties_isolation_filters.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 objects
from nova.scheduler.filters import aggregate_image_properties_isolation as aipi