diff options
Diffstat (limited to 'keystone/auth/plugins/token.py')
-rw-r--r-- | keystone/auth/plugins/token.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/auth/plugins/token.py b/keystone/auth/plugins/token.py index 720eccacd..b82c03118 100644 --- a/keystone/auth/plugins/token.py +++ b/keystone/auth/plugins/token.py @@ -15,9 +15,9 @@ # under the License. from keystone import auth -from keystone.common import logging from keystone.common import wsgi from keystone import exception +from keystone.openstack.common import log as logging from keystone import token |