summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/auth/test_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystoneclient/tests/unit/auth/test_conf.py')
-rw-r--r--keystoneclient/tests/unit/auth/test_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/tests/unit/auth/test_conf.py b/keystoneclient/tests/unit/auth/test_conf.py
index 47bf759..4d2f4cd 100644
--- a/keystoneclient/tests/unit/auth/test_conf.py
+++ b/keystoneclient/tests/unit/auth/test_conf.py
@@ -10,9 +10,9 @@
# License for the specific language governing permissions and limitations
# under the License.
+from unittest import mock
import uuid
-import mock
from oslo_config import cfg
from oslo_config import fixture as config
import stevedore