summaryrefslogtreecommitdiff
path: root/keystonemiddleware/tests/unit/auth_token/test_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystonemiddleware/tests/unit/auth_token/test_config.py')
-rw-r--r--keystonemiddleware/tests/unit/auth_token/test_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystonemiddleware/tests/unit/auth_token/test_config.py b/keystonemiddleware/tests/unit/auth_token/test_config.py
index 6a253a1..6bc7c85 100644
--- a/keystonemiddleware/tests/unit/auth_token/test_config.py
+++ b/keystonemiddleware/tests/unit/auth_token/test_config.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 oslotest import createfile