summaryrefslogtreecommitdiff
path: root/oslo_policy/tests/test_checks.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_policy/tests/test_checks.py')
-rw-r--r--oslo_policy/tests/test_checks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/oslo_policy/tests/test_checks.py b/oslo_policy/tests/test_checks.py
index 8c2f143..61b5154 100644
--- a/oslo_policy/tests/test_checks.py
+++ b/oslo_policy/tests/test_checks.py
@@ -13,7 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
+
from oslotest import base as test_base
from oslo_policy import _checks