Move to graduated oslo.log module
This removes the log module from the oslo incubator directory. Change-Id: Ib017cc2777e27c58b376c3138c9fba614783cc34
This commit is contained in:
@@ -19,13 +19,13 @@ import datetime
|
||||
import functools
|
||||
import uuid
|
||||
|
||||
from oslo_log import log as logging
|
||||
from oslo_utils import timeutils
|
||||
import six
|
||||
|
||||
from glance.common import exception
|
||||
from glance.common import utils
|
||||
from glance import i18n
|
||||
import glance.openstack.common.log as logging
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
_ = i18n._
|
||||
|
||||
Reference in New Issue
Block a user