summaryrefslogtreecommitdiffstats
path: root/keystone/common/sql/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/common/sql/core.py')
-rw-r--r--keystone/common/sql/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/common/sql/core.py b/keystone/common/sql/core.py
index 67863588..fdb45c74 100644
--- a/keystone/common/sql/core.py
+++ b/keystone/common/sql/core.py
@@ -26,10 +26,10 @@ from sqlalchemy.orm.attributes import InstrumentedAttribute
import sqlalchemy.pool
from sqlalchemy import types as sql_types
-from keystone.common import logging
from keystone import config
from keystone import exception
from keystone.openstack.common import jsonutils
+from keystone.openstack.common import log as logging
LOG = logging.getLogger(__name__)