summaryrefslogtreecommitdiffstats
path: root/keystone/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/exception.py')
-rw-r--r--keystone/exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/exception.py b/keystone/exception.py
index 5e1defba..c0edc263 100644
--- a/keystone/exception.py
+++ b/keystone/exception.py
@@ -15,8 +15,8 @@
# under the License.
from keystone.common import config
-from keystone.common import logging
from keystone.openstack.common.gettextutils import _ # noqa
+from keystone.openstack.common import log as logging
CONF = config.CONF