Trival: Remove unused logging import

Change-Id: Iea36703780b68e342296b502c189cf4540e6e341
This commit is contained in:
caoyue 2016-01-15 19:06:35 +08:00 committed by Anand Shanmugam
parent f0e9321cce
commit e4f852eecb
3 changed files with 0 additions and 10 deletions

View File

@ -15,10 +15,6 @@ from oslo_config import cfg
from cloudpulse.common import cloudpulse_keystoneclient
from cloudpulse.openstack.common._i18n import _
from cloudpulse.openstack.common import log as logging
LOG = logging.getLogger(__name__)
heat_client_opts = [

View File

@ -20,7 +20,6 @@ from cloudpulse.common import utils
from cloudpulse.db import api
from cloudpulse.db.sqlalchemy import models
from cloudpulse.openstack.common._i18n import _
from cloudpulse.openstack.common import log
from cloudpulse.scenario import base
from datetime import timedelta
from oslo_config import cfg
@ -33,9 +32,6 @@ import sqlalchemy.orm.exc
CONF = cfg.CONF
LOG = log.getLogger(__name__)
_FACADE = None

View File

@ -17,9 +17,7 @@
from oslo_versionedobjects import base as ovoo_base
from oslo_versionedobjects import fields as ovoo_fields
from cloudpulse.openstack.common import log as logging
LOG = logging.getLogger('object')
remotable_classmethod = ovoo_base.remotable_classmethod
remotable = ovoo_base.remotable