Merge "Use oslo_log instead of system logging for consistency"

This commit is contained in:
Jenkins 2017-02-03 05:52:04 +00:00 committed by Gerrit Code Review
commit 9499284a10
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"""OpenStackClient plugin for Governance service."""
import logging
from oslo_log import log as logging
from congressclient.common import utils