Merge "bug fix: missing i18n._()"

This commit is contained in:
Zuul 2018-02-08 15:09:17 +00:00 committed by Gerrit Code Review
commit c95b5e1686
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ from oslo_log import log as logging
import six
from six.moves import http_client
from cyborg.common.i18n import _
LOG = logging.getLogger(__name__)