summaryrefslogtreecommitdiff
path: root/oslo_policy/tests/test_external.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_policy/tests/test_external.py')
-rw-r--r--oslo_policy/tests/test_external.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_policy/tests/test_external.py b/oslo_policy/tests/test_external.py
index 80fdec8..478920b 100644
--- a/oslo_policy/tests/test_external.py
+++ b/oslo_policy/tests/test_external.py
@@ -18,7 +18,7 @@ from unittest import mock
from oslo_serialization import jsonutils
from requests_mock.contrib import fixture as rm_fixture
-import six.moves.urllib.parse as urlparse
+from urllib import parse as urlparse
from oslo_policy import _external
from oslo_policy import opts