Merge "Add missing i18n import"

This commit is contained in:
Jenkins 2017-05-25 15:09:50 +00:00 committed by Gerrit Code Review
commit 2d39957057
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ from oslo_policy import opts as oslo_policy_opts
from oslo_service import service as os_service
from searchlight.common import utils
from searchlight.i18n import _
from searchlight.pipeline import PipelineManager
LOG = logging.getLogger(__name__)