Merge "Fix deprecated import of rally.common.log"

This commit is contained in:
Jenkins 2016-01-21 15:16:19 +00:00 committed by Gerrit Code Review
commit 76e73de5c1

View File

@ -13,7 +13,7 @@
# under the License.
from rally.common.i18n import _
from rally.common import log as logging
from rally.common import logging
from rally.common import utils as rutils
from rally import consts
from rally.plugins.openstack.context.cleanup import manager as resource_manager