summaryrefslogtreecommitdiffstats
path: root/keystone/trust/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/trust/core.py')
-rw-r--r--keystone/trust/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/trust/core.py b/keystone/trust/core.py
index 5c4fc90f..e4ff74de 100644
--- a/keystone/trust/core.py
+++ b/keystone/trust/core.py
@@ -17,10 +17,10 @@
"""Main entry point into the Identity service."""
from keystone.common import dependency
-from keystone.common import logging
from keystone.common import manager
from keystone import config
from keystone import exception
+from keystone.openstack.common import log as logging
CONF = config.CONF